<script> var str=('Paul,Paula,paul,Ppaul,Paul'); var new_str=str.replace(/(Paul)/g,"ringo");//Paul替换为ringo document.write(new_str); </script>
posted on 2018-10-28 22:08 我真的是新用户 阅读(70) 评论(0) 编辑 收藏 举报