如何利用js实现大小写字母互相转换,下面web建站小编给大家简单介绍一下toUpperCase()
方法和toLowerCase()
方法的运用!
具体实现代码:
var str = 'HEllo' console.log('大写', str.toUpperCase()) //大写 HELLO console.log('小写', str.toLowerCase()) //小写 hello
标签: js大小写转换, toLowerCase, toUpperCase
上面是“js如何实现大小写字母互相转换”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3888.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!