摘要: 容器(父元素)的属性: flex-direction属性决定主轴的方向 flex-wrap 属性决定项目在一行排不下的情况下是否换行 flex-flow flex-flow属性是flex-direction属性和flex-wrap属性的简写形式,默认值为row nowrap。 jstify-cont 阅读全文
posted @ 2019-07-08 16:54 又回到了起点 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 以下为借鉴 var stack1 = [], stack2=[]; function push(node){ stack1.push(node); } function pop(){ if(stack2.length){ return stack2.pop(); }else{ if(stack1.l 阅读全文
posted @ 2019-07-08 15:09 又回到了起点 阅读(230) 评论(0) 推荐(0) 编辑