156,070 posts were found in 1,337ms.


(Multiple bars can be delimited by spaces)
(Multiple users can be delimited by spaces; IP addresses can contain * wildcards.)

10/20 · dl
221.236.39.* - Bar 侃吧調試中心

Reply: 【发现bug】ie6下无法打开气球

10/19 · 缺少对象,奇怪了!难道是js 文件没有引入成功?
221.236.39.* - Bar 侃吧調試中心

Reply: 【发现bug】ie6下无法打开气球

10/19 · 是Windows7IE8下不能打开气球,不是IE6不能打开气球.
221.236.39.* - Bar 侃吧調試中心

网页错误详细信息

10/19 · 网页错误详细信息
用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
时间戳: Tue, 19 Oct 2010 15:04:53 UTC
消息: 缺少对象
行: 698
字符: 1
代码:...

Reply: 今天做贴吧分类查看页面catalog.php和member.php

10/19 · member.php内容有点多...

明天我还要制作xml和ajax。

10/19 · 注册用户用的,免得注册按钮点不动。

Reply: 明天我打算写一个更完美的js发贴框过滤程序

10/19 · http://topic.csdn.net/u/20090407/12/493a961f-79b1-4a0c-9cc3-bf1c4e4aa3a2.html

Reply: 明天我打算写一个更完美的js发贴框过滤程序

10/19 · 比如,判断图片是否具有class属性,如果有的话就清除。
我要把发贴框做成像记事本那样能把粘贴的文本过滤层纯文本的程序。

明天我打算写一个更完美的js发贴框过滤程序

10/19 · rt

Reply: ajax的问题终于解决了

10/19 · <?php
function unajaxcode($str){
 $reg=array();
 $reg[0]=array('*1','*2','*3','*4','*5','*6','*0');
 $reg[1]=array('+','/','?','&','#','%','*');
 foreach ($reg[0] as $i=>$v) $str=str_replace($v,$reg[1][$i]...