<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="https://raw.githubusercontent.com/huangshiyu13/huangshiyu13.github.com/master/scripts/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
 $(document).ready(function(){
   var el = $('body'); 
     el.html(el.html().replace("喵喵喵", '可爱的点点'));
 });

$(function(){ 
setInterval(function(){
  var el = $('body'); 
    el.html(el.html().replace("喵喵喵", '可爱的点点'));
},1000); 
}); 

</script>
</head>

<body>
喵喵喵
</body>

</html> 

 

相关文章:

  • 2022-12-23
  • 2021-09-30
  • 2021-10-28
  • 2021-11-04
  • 2021-09-15
  • 2021-07-04
  • 2021-05-22
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案