这是一个简单的练习代码,我想通过X和Y坐标来定位框。查看我的代码后,执行这个简单任务的最佳和最前沿的方法是什么?
<!DOCTYPE html>
<html>
<head>
<script>
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<style>
#economy{
height: 100px;
width: 200px;
background-color: blue;
}
</style>
</head>
<header>
</header>
<body>
<div id="economy"></div>
</body>
<footer>
</footer>
</html>
&#13;