web_reg_save_param("outboundFlight",
"LB=name=\"outboundFlight\" value=\"",
"RB=\" />",
"Ord=3",
LAST);
为啥加了“Ord=3”,这句话后回放就一直错误,未加前能回放?错误提示:Action.c(80): Error -26377: No match found for the requested parameter "outboundFlight". 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]已复查多遍,不知道哪里出问题了?
可能占用字节了 试试把它们放在同一列
我的也出现了,怎么解决的?
我还没学到这里