其中v.uid = "5ba4b3877fdfa"; 需要作为后面的脚本应用
目前我自己研究的方案使用函数 但是是不对的
web_reg_save_param("uid2",
"LB=v.uid =",
"RB=;</script>", LAST);改方法运行的错误日志 Action.c(372): Error -26377: No match found for the requested parameter "uid2". 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
[MsgId: MERR-26377]
不知道大家有什么方法???
这是错误日志 Action.c(372): Error -26377: No match found for the requested parameter "uid2".
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
[MsgId: MERR-26377] 此方法需要进行requnest请求去取值作者: qqq911 时间: 2018-9-26 19:14
1.先去看你reply的时候,这个页面的返回信息,我估计你还是没登录,导致这个页面没有返回该有的内容。作者: qqq911 时间: 2018-9-26 19:15
2.返回页面长度是否很长,可以用web_set_max_html_param_len 来设置下。