摘要:
1.应用案例: var Mouse = function () { // Look! no that = this! this.position = [0, 0]; if (document.addEventListener) { document.addEventListener('mousemove', ?); //this.move? } else if (document.attachEvent) { documen... 阅读全文
posted @ 2011-12-15 15:06
!nothing
阅读(6248)
评论(49)
推荐(6)

浙公网安备 33010602011771号