|
8#
楼主 |
发表于 2011-6-21 15:26:03
|
只看该作者
Action()
{
web_url("xl7bho.ini",
"URL=http://media.info.client.xunlei.com/xl7bho.ini",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=",
"Snapshot=t3.inf",
LAST);
lr_start_transaction("NewTransaction");
web_url("export",
"URL=http://192.168.0.84:8399/arcgis/rest/services/World100/MapServer/export?bbox=-198.412420654297,-98.681381225586,206.660833740235,92.3090057373047",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
web_image_check("web_image_check",
"Src=http://192.168.0.84:8399/arcgis/server/arcgisoutput/_ags_map6c440f0acf3f4571b7c8fd00b8b7bb03.png",
LAST);
lr_end_transaction("NewTransaction", LR_AUTO);
return 0;
} |
|