随笔分类 - javascript
摘要:JS 宽高 function init(){ console.log("屏幕宽高为:"+screen.width+" "+screen.height); } 其它: 网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeigh
阅读全文
摘要:注意:版本兼容性,建议使用 jQuery v3.3.1 Lazy Load Version: 1.9.7 https://github.com/tuupola/lazyload/tree/1.9.7 如果使用 lazyload 2.0 以上的版本会有 oppo 浏览器不兼容(真实图片不替换)的问题
阅读全文
摘要:JSON { "name":"John", "age":30, "city":"New York"} JSON.parse(json_str) 获取时间 function getTime(){ //第一种 1498627266000 var millisecond =Date.parse(new D
阅读全文

浙公网安备 33010602011771号