摘要: 1、数据类型 Array可以包含任意的数据类型 var arr = [1, 2, 3, 4, 5, 'a', null, true] 1.1 字符串 正常字符串使用单引号或者双引号包裹 转义字符 \ > 'a\'' "a'" > 'a \n b' "a b" 多行字符串编写 <script> // 阅读全文
posted @ 2021-02-21 19:02 仙贝wang 阅读(65) 评论(0) 推荐(0)