摘要: html 结构 script部分 阅读全文
posted @ 2019-08-06 16:43 ikumi 阅读(754) 评论(0) 推荐(0) 编辑
摘要: 1. typeof 运算符 typeof 可以判断基本数据类型: typeof 123; // "number" typeof 'abc'; // "string" typeof true; // "boolean" 碰到复合数据类型的情况: typeof {}; // "object" typeo 阅读全文
posted @ 2019-08-06 16:16 ikumi 阅读(564) 评论(0) 推荐(0) 编辑