随笔分类 -  Web前端

摘要:1.操作符 (1)typeof操作符 格式:result=typeof variable 返回值: undefined 值未定义 boolean 布尔值 string 字符串 number 数值 object 对象、null function 函数 (2)instanceof操作符 格式:resul 阅读全文
posted @ 2017-09-09 18:26 刘镇平Jasper 阅读(2473) 评论(0) 推荐(0)