|
//部份主要代码
web_reg_save_param("AllMovies",//取出电影名
"LB=a href=\"movies.do?method=listmoviesSearch&moviesname=",
"RB=\">",
"ORD=ALL",
"Search=Body",
LAST);
web_url("book.do",
"URL=http://www.xxx-movies.com/movies.do?method=listmoviesSearch&moviesname=三国志"
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
//日志部份结果
Action.c(16): Notify: Saving Parameter "Movies_1306 = 三国志"
Action.c(16): Notify: Saving Parameter "Movies_1307 = 水许传"
Action.c(16): Notify: Saving Parameter "Movies_1308 = 西游记"
Action.c(16): Notify: Saving Parameter "Movies_1316 = ZIPPER"
Action.c(16): Notify: Saving Parameter "Movies_1317 = カジカジ ジ"
Action.c(16): Notify: Saving Parameter "Movies_1318 = 君子情色杂志世界"
Action.c(16): Notify: Saving Parameter "Movies_1322 = 梦梦"
Action.c(16): Notify: Saving Parameter "Movies_count = 1322"
//处理要求 请详细点哦 菜鸟哦
我想对 "URL=http://www.xxx-movies.com/movies.do?method=listmoviesSearch&moviesname=三国志"
中的 moviesname值进行参数化 且数据是web_reg_save_param 关联出来的数据...
如何处理。 |
|