日期:2014-05-17 浏览次数:20429 次
<% url = "http://sports.163.com/" ComStr = GetPage(url) Set Re=new RegExp Re.Global = True TheBody = GetContent(Comstr,"<html","</html>",1) TheBody = replace(TheBody,"http://sports.163.com/","abc.asp?id=") %>
------解决方案--------------------
意思就是说用正则匹配转换就好啦