- 博客(2)
- 收藏
- 关注
原创 数组迭代的方法
数组迭代的方法 <script> //数组的迭代方法 var b=[1,2,3,4,5,6]; //1.every()全部检索,数组中的值全部符合输出true,只要有一个不符合输出false var c=b.every(function(a,index,arry){ return(a>2) }); consol...
2019-06-21 16:36:54 125
原创 瀑布流
瀑布流 一个简单的瀑布流制作 <body> //样式部分 <style> *{ margin: 0; top: 0; } body{background: whitesmoke;} .b{ position: relative; width: 870px; ba...
2019-05-13 23:10:48 108
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人