摘要: 1.数组的长度 ~~~ var sequence = [1, 1, 2, 3, 5, 8, 13]; sequence .length //7 ~~~ 2.字符串转换成数组 string.split() ~~~ var myData = 'Manchester,London,Liverpool'; 阅读全文
posted @ 2019-01-18 10:12 素衣居士 阅读(164) 评论(1) 推荐(1) 编辑