|
第12行的WEB_URL中的东西有问题?红色标注的哪一行,
Action()
{
lr_start_transaction("线路搜索");
lr_think_time(49);
web_url("%E9%95%BF%E9%9A%86", "URL=http://shop.yooyo.com/keyword/%E9%95%BF%E9%9A%86",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t121.inf",
"Mode=HTTP",
LAST);
web_concurrent_start(NULL);
web_url("shop_v.css",
"URL=http://img1.yooyo.com/themes/garland/css/shop_v.css",
"Resource=1",
"RecContentType=text/css",
"Referer=http://shop.yooyo.com/keyword/%E9%95%BF%E9%9A%86",
"Snapshot=t122.inf",
LAST); |
|