- UID
- 103025
- 帖子
- 30779
- 精华
- 0
- 贡献
- 9
- 推广
- 3
- 有效BUG
- 0
- 注册时间
- 2008-4-1
|
2#
发表于 2010-4-26 15:08
| 只看该作者
广告处代码如下
- <div style="margin:0 0 5px 8px;width:84%"><script>if(!g_f_js){var g_f_js=true;document.write('<script src=\'http://eiv.baidu.com/other/ff.js\'></'+'script>');}</script>
- <script src="http://eiv.baidu.com/other/fh.js"></script><script>if (typeof(cf_h)=="function") {cf_h("http://drmcmm.baidu.com/media/id=nWbdrHnvP6&gp=402&time=nHcLnHmvrH61n0.swf","760","90","http://www.baidu.com/adrc.php?t=00KF00000fArf0m0xQcA0DR2K6aE5PNQ00000000000_0f00LT3bCb.THdbuyNspy30UWdAULFdUfK15HcvnjfvmHI9P1IhnWKWmHm0IHYsPHFKP1bvPHNKnbR3fbD4PYuanjfsPbFAPYnYrjbvn6K95ywlnAkwp-N_R-wWU77lRykiw77VmLCsXR4JfHKrURR1yNwWndGJigIunbRzihYkph7gRH-PXhnkHgGMXDd4yh9fNAkhHRPpnAFRnAdbN104ihY4Xy7RnjK2Ub3kyyY4Xy7RnAdWiDGsR7wPFHPD0ARqpZwYTjCEQLILIz4CXykGUhVMXB4WUBqoUv4omfKWThnqn10krjc","0");}</script><script language="JavaScript">if(document.images){(new Image()).src="http://eiv.baidu.com/mapm2/ec_mp3_pv.gif?di=73&t="+new Date().getTime();}</script>
- </div>
复制代码 楼主应该是只过滤了script段的内容,实际上script是包含在div内的,所以需要过滤div处的代码才不会留下空白。 |
|