真实测评javascript字符串大小写转换JavaScript通过toUpperCase()方法和toLowerCase()方法实现字符串的大小写转换,其中toUpperCase用于将小写字符转换为大写字符,toLowerCase用于将大写字符转换为小写字符。具体示例如下: 1.小写转大写,输出WWW.02405.COM let str = "www.02405.com"; str = str.to...赞 (0)2020-12-06 22:59:40阅读(2689)标签:javascript / 大小写 / 字符串 / 转换