摘要: js中的null用来表示空的对象。typeof null objectundefined表示未定义。typeof undefined undefined 强制数据类型转换:只能转换成String Number Boolean 转换成String 用toString方法:var a = 123;a.t 阅读全文
posted @ 2020-12-06 21:00 lucascube 阅读(85) 评论(0) 推荐(0)