摘要: js基础知识点收集 js常用基本类型 function show(x) { console.log(typeof(x)); // undefined console.log(typeof(10)); // number console.log(typeof('abc')); // string co 阅读全文
posted @ 2017-04-05 00:17 桃之夭夭丶 阅读(211) 评论(0) 推荐(0) 编辑