标签:eve ret 变量 function text var 鼠标 tco stroke
var x=...; var y=...;
return {‘x‘:x,‘y‘:y};
div.x=...;div.y=...;
哈哈,原来是赋值。所以一个数值变量不能当属性?????好像可以吧。
page.x——相对整个页面的坐标
client.x——相对可视区域的坐标
scrollLeft——滚动条水平位置坐标
document.documentElement——访问html根节点
window.addEventListener(‘load‘,function(){})==window.load;
.getContext(‘2d‘)—— 绘制画布
strokeStyle=‘white‘——笔触颜色
标签:eve ret 变量 function text var 鼠标 tco stroke
原文地址:http://www.cnblogs.com/Jane77/p/6813605.html