JavaScript toUpperCase() 方法
定义和用法
toUpperCase() 方法用于把字符串转换为大写。
语法
string.toUpperCase()
浏览器支持
所有主要浏览器都支持 toUpperCase() 方法
实例
把字符串转换为大写:
var str="Runoob"; document.write(str.toUpperCase());
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com