标签:style blog http color ar 使用 java sp div
函数的介绍参考:http://www.w3school.com.cn/jsref/jsref_replace.asp
下列代码将Hello World!中的World替换为Jim
<html> <body> <script type="text/javascript"> var str="Hello World!" document.write(str.replace("World","Jim")) </script> </body> </html>
标签:style blog http color ar 使用 java sp div
原文地址:http://www.cnblogs.com/Jim-william/p/4071220.html