码迷,mamicode.com
首页 > 其他好文 > 详细

RegExp( replace()的示例 )

时间:2018-11-04 21:05:13      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:utf-8   inner   get   regexp   demo1   head   doc   oct   body   

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<button onclick="myFunction()">try it!</button>
<p id="demo1">CSS,CSS,CSS,CSSEL,css,CSS</p>
 
<script>
function myFunction()
{
var str = document.getElementById("demo1").innerHTML;
var txt = str.replace("CSS","JS");
document.getElementById("demo1").innerHTML = txt;
}
</script>
</body>
</html>

RegExp( replace()的示例 )

标签:utf-8   inner   get   regexp   demo1   head   doc   oct   body   

原文地址:https://www.cnblogs.com/liverpool-ADH/p/9905251.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!