!--#include file="command.asp" -- % Dim CurPage CurPage=cint(Request("page")) If CurPage = empty or CurPage1 Then CurPage = 1 End If Response.ContentType="application/xml" Response.Charset="gb2312" Response.Expires=0 Response.Write("?xml version=""1.0""&nbs...[ 查看全文 ]
现在我们来讲一下reply.php的代码: --------------------------------- //reply.php <? function check_strlen_long($txt) { $len=strlen($txt); $count=0; for ($i=0;$i<$len;$i++) { if (ord($txt[$i])<128) { $count=$count+1;} if (ord($txt[$i])==10 or ord($txt[$i])==32) {$count=0;} if ($count...[ 查看全文 ]