美文网首页
JS中的杂七麻八

JS中的杂七麻八

作者: 小小鸟想飞_123 | 来源:发表于2016-12-11 13:15 被阅读0次

    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();带指定信息和确定取消按钮的窗口;

    相关文章

      网友评论

          本文标题:JS中的杂七麻八

          本文链接:https://www.haomeiwen.com/subject/rfhpmttx.html