JavaScript String toUpperCase() 方法
toUpperCase() 方法用于把字符串转换为大写
浏览器支持
支持 | 支持 | 支持 | 支持 | 支持 |
语法
string.toUpperCase()
范例
把字符串转换为大写
var str="Hello world!"; document.write(str.toUpperCase());
toUpperCase() 方法用于把字符串转换为大写
支持 | 支持 | 支持 | 支持 | 支持 |
string.toUpperCase()
把字符串转换为大写
var str="Hello world!"; document.write(str.toUpperCase());
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.