摘要: export const ROLE_TYPE = [ { label: '管理员', value: 1 }, { label: '老板', value: 2 }, { label: '店长', value: 3 }, { label: '店员', value: 4 } ] export const 阅读全文
posted @ 2019-01-24 17:33 山外已有山 阅读(204) 评论(0) 推荐(0) 编辑
摘要: splice()原型:array.splice(start[, deleteCount[, item1[, item2[, ...]]]])下标,删除数量,增加的字符 1 ExamplesSection 2 Remove 0 (zero) elements from index 2, and insert "drum"Section 3 var myFish = ['angel', 'cl... 阅读全文
posted @ 2019-01-24 16:14 山外已有山 阅读(1120) 评论(0) 推荐(0) 编辑