摘要:
Window对象: Window 对象方法 方法使用 1、alert、confirm、prompt、open: 2、setInterval,clearInterval setInterval() 方法会不停地调用函数,直到 clearInterval() 被调用或窗口被关闭。由 setInterva 阅读全文
摘要:
JavaScript:弱类型语言 JavaScript引入方式: 1 直接编写 <script> alert('hello yuan') </script> 2 导入文件 <script src="hello.js"></script> 变量: 1、声明变量时不用声明变量类型. 全都使用var关键字 阅读全文