字符串长度:string.length
字符串样式:
搜索子字符串首次出现在母字符串的位置:string.indexOf("string")
查找子字符串在母字符串中是否出现,返回子字符串或null:string.match("string")
返回日期:Date()
设置日期:setFullYear(yyyy,mm,dd)
转换日期:Date().toUTCString();
转换星期:Date().getDay()
本文分享自 作者个人站点/博客 前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文参与 腾讯云自媒体同步曝光计划 ,欢迎热爱写作的你一起参与!