JS 基础技术-查漏补缺 - 字符串、数组、对象

 

 

 

 3、typeof 只能识别number 、string、undefined、function,其他都是object

 4、

 

 

 

 

 

 5、二进制转码

 

 

 6、对象 的 delete (delete命令只能删除对象本身的属性,无法删除继承的属性)

 

 

 7、对象  in 运算符

 

 

8、hasOwnProperty方法,用于判断属性是否为自身的属性

 

 

数组:

 

 

 

 

 

 

 

 

 

 

 

posted @ 2020-08-31 10:05  HandsomeGuy  阅读(96)  评论(0编辑  收藏  举报