PraseInt (numString,radix);将字符串转成整形数字;
str.length:计算字符长度;
str.toUpperCase():将字符串全部改为大写;
str.toLowerCase():将字符串改为小写;
str.replace():替换字符串;
typeof:判断字符串类型;
Boolean():判断对应的bool类型;
时间函数:
var mydate = new Date();
mydate.getFullYear();
mydate.getMonth();
mydate.getDate();获得某一天
mydate.getDay();获得一星期的某一天
mydate.getHours/Minutes/seconds()获得时分秒;
Math.:
![3S[9@~)_EC]T%BN)V4373N.png
弹出窗口:
alert();带一个确定按钮的窗口;
prompt();带输入框的窗口;
confirm();带指定信息和确定取消按钮的窗口;
网友评论