2017年8月30日

js学习记录

摘要: js 数据类型 typeof "John" // 返回 string typeof 3.14 // 返回 number typeof NaN // 返回 number isNaN(),判断是否为非数值typeof false // 返回 booleantypeof [1,2,3,4] // 返回 o 阅读全文

posted @ 2017-08-30 11:07 Fzu.Lebron.Ray 阅读(125) 评论(0) 推荐(0) 编辑

导航