所有定義的變量為window的屬性
Global對象
encodeURI() ? ?用特殊的UTF-8編碼替換所有無效的字符,對整個URI使用
encodeURIComponent() ? 對所有特殊字符編碼替換所有的非標準字符
decodeURI() ?對應的解碼方法
decodeURIComponent() 對應的解碼方法
eval方法
一個單獨的執行環境, 注意此環境聲明的函數不會提前到全局對象最前
Global對象屬性
undefined
Nan
Infinity
Object
Array
Function
Boolean
String
Number
Date
RegExp
Error
EvalError
RangerError
ReferenceError
SyntaxError
TypeError
URIError
window對象
瀏覽器中Global為window對象
Math對象
Math.max()
Math.min()
Math.ceil()
Math.floor()
Math.round()
Math.random()