Web前端基础知识整理(一)

1. typeof返回的数据类型 typeof返回的数据类型包括undefined、string、number、boolean、symbol、Object、Function类型。javascript 2. 检查数组的方式 isArray()方法、toString.call()、instanceof Array html 3. js中的call、apply、bind方法的区别 js中的call ap
相关文章
相关标签/搜索