航班做動態(tài)關(guān)聯(lián)時,找到的跟老師是一模一樣的,為啥就是報錯呢?
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
知道問題了,腳本放錯位置了,應(yīng)該放在查找的內(nèi)容的上方
2017-05-19
關(guān)聯(lián)腳本 ??
//name="outboundFlight" value="022;464;05/19/2017">
????web_reg_save_param("outboundFlight",
???????????????????????????"LB=name=\"outboundFlight\"?value=\"",
???????????????????????????"RB=\">",
?????????????????????? ? ?? LAST);