摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <input id="search" type="text" /> <br /> <br /> <div id="content" 阅读全文
posted @ 2020-07-25 19:46 ss-dz 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 瀑布流js实现 1 // 页面尺寸改变时实时触发 2 window.onresize = function() { 3 //重新定义瀑布流 4 waterFall(); 5 }; 6 7 //初始化 8 window.onload = function(){ 9 console.log("开始瀑布流 阅读全文
posted @ 2020-07-25 18:52 ss-dz 阅读(272) 评论(0) 推荐(0) 编辑