单体内置对象
Global对象
URI编码方法
var uri = "http://www.wrox.com/illegal value.htm#start"; alert(encodeURI(uri)); // "http://www.wrox.com/illegal%20value.htm#start"var uri = "http://www.wrox.com/illegal value.htm#start"; //"http%3A%2F%2Fwww.wrox.com%2Fillegal%20value.htm%23start" alert(encodeURIComponent(uri));
eval()方法
Global对象的属性
window对象
Math对象
Math对象的属性

min()和 max()方法
舍入方法
random()方法
其他方法
Last updated

