|
关于手动关联的左右边界设置问题
不知道手动关联那个左右边界的值是从那里提取来的,是从录制代码里面获取设置的,还是从其他页面代码获取的
还有就是手动关联函数设置好后,关于需要此参数是系统自动套用,还是手工去套用呢?
如:
web_reg_save_param("temp",
"LB=topic=",
"RB=\"",
"Ord=All",
"SaveLen=99999999",
"NotFound=ERROR",
"Search=Body",
"IgnoreRedirections=Yes",
LAST);
//==============
web_custom_request("ajax.aspx_3",
"URL=http://bbs.foosun.net/tools/ajax.aspx?t=smilies",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=http://bbs.foosun.net/showtopic-{temp}.html",
"Snapshot=t14.inf",
"Mode=HTML",
"EncType=",
LAST); |
|