问答详情
源自:4-3 调试脚本

加了“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]已复查多遍,不知道哪里出问题了?

提问者:angeliuwj4109780 2016-12-06 23:21

个回答

  • 慕粉2005479684
    2017-03-02 21:19:42
    已采纳

    可能占用字节了  试试把它们放在同一列   

  • 慕标2405331
    2018-05-29 22:08:44

    我的也出现了,怎么解决的?

  • 夜孔雀
    2016-12-07 17:16:27

    我还没学到这里