首页 > 技术文章 > js全局属性 全局变量

mengfangui 2019-03-07 10:20 原文

1、全局属性

Infinity

NaN

undefined

 

2、全局函数

encodeURI
encodeURIComponent
decodeURIComponent
escape
unescape
eval
isFinite
isNaN
parseFloat
parseInt
Number
String
Boolean
Function
Object
Symbol
 
参考:
http://www.runoob.com/jsref/jsref-obj-global.html
http://www.w3school.com.cn/jsref/jsref_obj_global.asp

推荐阅读