摘要: Js中有7种类型(ES6后新增一种)分别为1.数值(Number)2.字符串(string)3.布尔值(Boolean)4.undefined5.null6.object7.Symbol (这个一个es6种用来指定唯一标记的东西)其中object又可以分为狭义(object)数组(array)方法( 阅读全文
posted @ 2020-10-21 14:27 wujh123 阅读(109) 评论(0) 推荐(0)