|
在做关联时出错
Action.c(12): Error -26377: No match found for the requested parameter "userid". 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]
HTML代码:
<div class="l">
<div class="l50_s"><a href="/home/?uid=4367219" title="毛毛"><img src="http://pic1.kaixin001.com/logo/36/72/50_4367219_3.jpg" width="50" height="50" /></a></div>
</div>
<div class="l" style="width:9em;">
<p><span class="hy_dl"> </span><a href="/home/?uid=4367219" class="sl" >毛毛</a></p>
<p style="padding-top:2px;" title=""></p>
<p><a href="javascript:editFriend(4367219);" class="c9" title="好友分组">属性</a> <span class="cd">┊</span> <a href="javascript:af_delfriend('4367219', '0');" class="c9" title="从好友列表中删除毛毛">删除</a></p>
<p style="padding-top:3px;"></p>
</div>
关联
web_reg_save_param("userid",
"LB=<a href=\"/home/?uid=",
"RB=\" class=\"sl\" >",
"Ord=1",
"Search=NoResource",
LAST);
请问是哪里出错了啊,录制的时候是(HTTP/HTML)协议 |
|