http协议的 web_reg_find问题
采用的是http协议,脚本:web_reg_find("Text/ic=200 0k","SaveCount=id_count", LAST);
if (atoi(lr_eval_string("{id_count}")) > 0){
lr_output_message("Search successful.");
}
else{ lr_error_message("Search failed");
}
lr_output_message(lr_eval_string("{id_count}"));
执行结果:
Registering web_reg_find was successful
Registered web_reg_find successful for "Text=200 0k"
web_url("get") was successful, 3739 body bytes, 150 header bytes
Error: Search failed
请教是什么原因可能会导致该问题 你的web_url 是在什么位置,在web_reg_find前面还是后面
谢谢
web_url 是在web_reg_find的后面 atoi(lr_eval_string("{id_count}"))这个取不到值导致,是不是写错了。 能不能请问下 web_reg_find("Text/ic=200 0k","SaveCount=id_count", LAST);text/ic=200 是不是表示文本/图片 的值为200
SaveCount=id_count这句又表示什么 哪位帮忙回答下 thx web_reg_find是注册型函数,放在web_url前边 Text/ic=200 0k
还是
Text/ic=200 Ok
再请教
web_reg_find是用来查找缓存里的信息吧?发送的信息返回的数据包“HTTP/1.0 200 OKServer: Image Server
Content-Length: 12417
Date: ******
Connection: close
Content-Type: image/jpeg"
页:
[1]