摘要: Window对象.document属性 = Document对象 阅读全文
posted @ 2020-11-06 08:22 0龙行者0 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 1 计时器 四个函数 var a = setTimeout(function,time) clearTimeout(a) var b = setInterval(function, time) clearInterval(b) 2 浏览器定位 { Location对象 } Window对象.loca 阅读全文
posted @ 2020-11-06 00:19 0龙行者0 阅读(93) 评论(0) 推荐(0) 编辑