少学习多摸鱼
摘要: 操作bom对象 bom:浏览器对象模型 window对象,代表浏览器窗口 //window.alert(22) window.innerHeight //595 window.innerWidth //131 window.innerWidth //322 window.outerHeight // 阅读全文
posted @ 2022-12-01 22:21 北海之上 阅读(23) 评论(0) 推荐(0)
摘要: 内部对象 data日期内置函数 var now = new Date(); console.log(now);//打印当前时间 now.getFullYear()//年 now.getMonth()//月 now.getDate()//日 now.getDay()//星期几 now.getTime( 阅读全文
posted @ 2022-12-01 22:09 北海之上 阅读(32) 评论(0) 推荐(0)
/* 粒子吸附*/