全局方法和属性
http://w3school.com.cn/jsref/jsref_obj_global.asp
Math
http://w3school.com.cn/jsref/jsref_obj_math.asp
顶层内置对象
- Object http://w3school.com.cn/js/pro_js_referencetypes.asp
- constructor
- instanceof
- prototype
- String http://w3school.com.cn/jsref/jsref_obj_string.asp
- Number http://w3school.com.cn/jsref/jsref_obj_number.asp
- Boolean http://w3school.com.cn/jsref/jsref_obj_boolean.asp
- Function http://w3school.com.cn/js/pro_js_functions_function_object.asp
- apply && call
- arguments && callee
- Date http://w3school.com.cn/jsref/jsref_obj_date.asp
- Array http://w3school.com.cn/jsref/jsref_obj_array.asp
- ES5 新增方法
- 类数组方法的转化
- RegExp http://w3school.com.cn/jsref/jsref_obj_regexp.asp
- test
- exec
- 正则表达式元字符 与 练习
- String.split
- String.match
- String.replace
- String.search
网友评论