最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

JavaScript toUpperCase()方法使用詳解

 更新時(shí)間:2016年08月26日 09:01:05   作者:水墨墨心  
這篇文章主要為大家詳細(xì)介紹了JavaScript toUpperCase()方法的使用技巧,感興趣的小伙伴們可以參考一下

toUpperCase() 方法用于把字符串轉(zhuǎn)換為大寫。 

一個(gè)新的字符串,在其中 stringObject 的所有小寫字符全部被轉(zhuǎn)換為了大寫字符。

語法為:stringObject.toUpperCase()
實(shí)例 

在本例中,"Hello world!" 將以大寫字母來顯示: 

<script type="text/javascript">
var str="Hello World!"
document.write(str.toUpperCase())

</script>

效果如下: 


相關(guān)方法舉例如下: 

<html>
<body>

<script type="text/javascript">

var txt="Hello World!"

document.write("<p>Big: " + txt.big() + "</p>")
document.write("<p>Small: " + txt.small() + "</p>")

document.write("<p>Bold: " + txt.bold() + "</p>")
document.write("<p>Italic: " + txt.italics() + "</p>")

document.write("<p>Blink: " + txt.blink() + " (does not work in IE)</p>")
document.write("<p>Fixed: " + txt.fixed() + "</p>")
document.write("<p>Strike: " + txt.strike() + "</p>")

document.write("<p>Fontcolor: " + txt.fontcolor("Red") + "</p>")
document.write("<p>Fontsize: " + txt.fontsize(16) + "</p>")

document.write("<p>Lowercase: " + txt.toLowerCase() + "</p>")
document.write("<p>Uppercase: " + txt.toUpperCase() + "</p>")

document.write("<p>Subscript: " + txt.sub() + "</p>")
document.write("<p>Superscript: " + txt.sup() + "</p>")

document.write("<p>Link: " + txt.link(http://m.fzitv.net) + "</p>")
</script>

</body>
</html> 

效果如下:

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評論

禹城市| 揭西县| 建湖县| 客服| 华宁县| 临西县| 龙游县| 平昌县| 嘉兴市| 鱼台县| 东明县| 罗山县| 璧山县| 广南县| 开江县| 江津市| 利津县| 宣恩县| 阳春市| 武冈市| 侯马市| 兴海县| 保亭| 通渭县| 玛多县| 永兴县| 余干县| 洪泽县| 贞丰县| 鲁山县| 南皮县| 深水埗区| 平乡县| 海阳市| 丁青县| 遂平县| 昆山市| 百色市| 敦煌市| 郯城县| 山阳县|