<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