加了“Ord=3”回放一直錯誤
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]已復查多遍,不知道哪里出問題了?
2017-03-02
可能占用字節了? 試試把它們放在同一列???
2018-05-29
我的也出現了,怎么解決的?
2016-12-07
我還沒學到這里