原文发布时间为:2009-04-16 —— 来源于本人的百度文章 [由搬家工具导入]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>笑傲心扬百度空间</title>

<script type="text/javascript">
<!--
window.onload = function()
{
document.body.innerHTML = document.body.innerHTML.replace(/脏字/gi, '**');

//document.body.innerHTML = document.body.innerHTML.replace(/脏字/gi, "<font color='red'>脏字</font>");
}//-->
</script>
</head>

<body>
<div>
我是脏字脏字脏字!!!兼容IE FF Google
</div>
<a href="http://hi.baidu.com/handboy">点击进入我的空间</a>
</body>
</html>

相关文章:

  • 2021-06-21
  • 2021-09-14
  • 2022-02-09
  • 2021-09-15
  • 2021-07-07
  • 2022-12-23
  • 2021-12-03
  • 2022-02-17
猜你喜欢
  • 2022-12-23
  • 2021-09-20
  • 2021-06-10
  • 2021-07-25
  • 2021-12-05
  • 2021-07-12
相关资源
相似解决方案