<%
【程序编程相关:SQL的详细语法介绍——对于学习数据库最】´作者信息: 【推荐阅读:CASSINI源代码分析(2)】
【扩展信息:一次C++语法调试的过程(很悲哀,我的C】´昵称:小灰´qq:103895 ´http://asp2004.net ´http://blog.csdn.net/iuhxqhehe = hello("http://mmsg.qq.com/cgi-bin/gddylist?type=13&sort=1&page=3", "<html>", "</html>", ".*(<td width=""35%"" bgcolor=""#[\dabcde]{6}"">(.*)</td>)[.\n]*", "<font style=""font-size:9pt;"" color=blue>$2</font><br>")
response.write hehefunction hello(strurl, strstart, strend, patrn, replstr)
str = getbody(strurl) str = mymid(str, strstart, strend) str = replacetest(patrn, replstr, str) hello = str end functionfunction mymid(str, strstart, strend)
if strstart = "" then i = 0 else ... 下一页