把这个函数放在web_url()前面,这样你就可以抓所有的response的值了!注意你可能要把变量A这个内存扩大一下哦!作者: thefirstred 时间: 2006-2-6 14:25
我这样写:
char str[20];
web_reg_save_param("str",
"LB/IC=<html>",
"RB/IC=</html>",
"ord=ALL",
LAST);
总是提示“No match found for the requested parameter "str". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size”
不知道这是什么意思?作者: thefirstred 时间: 2006-2-6 14:28
根据提示在前边加上web_set_max_html_param_len("2048");就好了,不明白什么意思
但是str中是空的:(
我的目的是让str记录下来返回的网页的所有内容