摘要: 1基础 JavaScript存在6种数据类型 number,string,undefined,boolean,null,object 强制转换方法 Number() Boolean() String() type of 操作符用来检测数据类型(只能用来精确的检测基本数据类型) console.log 阅读全文
posted @ 2021-05-10 01:06 还有什么值得拥有 阅读(38) 评论(0) 推荐(0) 编辑