摘要: 1、Math.floor(Math.random() * array.length) 返回长度内的索引 eg: changeLimit () { function getArrayItems(arr, num) { const temp_array = []; for(let index in ar 阅读全文
posted @ 2019-11-19 10:55 莯汐 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: html中target四种选择_blank、_parent、_self、_top,分别是什么意思? eg:<Cell title="Open link in new window" to="/components/button" target="_blank" /> 1、“_blank”的意思: 浏 阅读全文
posted @ 2019-11-19 10:47 莯汐 阅读(260) 评论(0) 推荐(0) 编辑