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

航班做动态关联时,找到的跟老师是一模一样的,为啥就是报错呢?

Action.c(50): Error -26377: No match found for the requested parameter "outboundFlight". Either the specified boundaries were not found in the response or the matched text is longer than current max html parameter size of 256 bytes. The total length of the response is 2683 bytes. You can use "web_set_max_html_param_len" to increase the max parameter size.      [MsgId: MERR-26377]

提问者:魔铃咔咔 2017-05-19 10:13

个回答

  • 魔铃咔咔
    2017-05-19 11:01:21

    知道问题了,脚本放错位置了,应该放在查找的内容的上方

  • 魔铃咔咔
    2017-05-19 10:15:01

    关联脚本   
    //name="outboundFlight" value="022;464;05/19/2017">
        web_reg_save_param("outboundFlight",
                               "LB=name=\"outboundFlight\" value=\"",
                               "RB=\">",
                                LAST);