摘要:
一.javaScript Object (Windows,Navigator,Screen,History,Location) windows: The top level object in the JavaScript hierarchy. The Window object represents a browser window. A Window object is created au... 阅读全文
摘要:
JavaScript Timing Events javaScript Timing Events: javaScript时间事件 有两个方法: 1. setTimeout() - executes a code some time in the future 执行未来要执行的事件,有参数的,一个是方法,一个是毫秒 例:var t... 阅读全文