Set("http://www.testmart.cn/search.aspx?bt=2047&kwdisplay=&kw=&st=0",out index_url);
ReadHtml(index_url,3,30000,"gb2312",false,"",out index_html,out state,obj cookies);
if(state=="OK"); writeline("读取成功"); Set("<td class='tal'><a title='(?<P_name>[^>]*?)' href='(?<P_url>[^>]*?)' target='_blank'>[^>]*?</a></td>",out porduct_ext); analyzetext(porduct_ext,index_html); writeline(P_name+""+P_url); ReadHtml(P_url,3,30000,"gb2312",false,"",out p1_html,out state,obj cookies); writeline(p1_html); Set("<div class=\"prodinfo_img_2\">\\s*<a href=\"[^>]*?\" target=\"_blank\" class=\"prodimgA\"><img alt=\"[^>]*?\" src=\"(?<img>[^>]*?)\" /></a>[\\S|\\s]*?<dd>型 号:</dd><dt>(?<Model>[\\S|\\s]*?)</dt>[\\S|\\s]*?<h3 class=\"cprodtitle2\">产品介绍</h3>\\s*<div class=\"cprodcont2\" >\\s*(?<productinfo>[\\S|\\s]*?)\\s*<!--div>#<-->\\s*</div>",out productinfo_ext); analyzetext(productinfo_ext,p1_html); writeline(img); writeline(productinfo); endanalyzetext(); endanalyzetext();endif();//writeline(index_html);