js哪些元素可以改变字符的大小写,下面web建站小编给大家详细介绍一下实现代码!
具体代码如下:
var str = 'Welcome to the web site' console.log(str.toLowerCase()); console.log(str.toUpperCase()); console.log(str.toLocaleLowerCase()); console.log(str.toLocaleUpperCase());
标签: toLocaleLowerCase, toLocaleUpperCase, toLowerCase, toUpperCase, 大小写
上面是“js哪些元素可以改变字符的大小写”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3117.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!