<html>
<head>
<title>我的第一个 HTML 页面</title>
</head>
<script type="text/javascript">
var str="Visit Microsoft!Microsoft sfs Microsoft"
document.write(str.replace(/Microsoft/g, "W3School"))
</script>
</html>
输出:
Visit W3School!W3School sfs W3School
<html>
<head>
<title>我的第一个 HTML 页面</title>
</head>
<script type="text/javascript">
var str="Visit Microsoft!Microsoft sfs Microsoft"
document.write(str.replace(/Microsoft/g, "W3School"))
</script>
</html>
输出:
Visit W3School!W3School sfs W3School
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。