[ Last edited by xiao_jie98 on 2005-6-6 at 12:37 ]作者: kernzhang 时间: 2005-6-6 13:13
please switch to tree view and check server reponse value.作者: xiao_jie98 时间: 2005-6-6 13:32
版主,你能不能说详细一点?我不太明白你的意思,我点了server reponse value,也没看出什么东西啊作者: cwj007 时间: 2005-6-6 13:38
//\转意符在我这里显示是人民币的标志
//href='/wm/mail/read.htmlsessionid=0fe692e3f08bc1f6ef924188e70a2c137&uid=10&msgid=10&mbox=ur.u3'>高效、安全、稳定--To: User3</a>
// check how much mails in the list
MailCnt=atoi(lr_eval_string("{MailList_count}"));
if (MailCnt > 2)
for (cnt=1; cnt<4; cnt++) {
sprintf(mail_url, "URL=http://10.0.68.200/wm/mail/read.html?sessionid={MailList_%d}", cnt);
strcpy(mail_id_url, lr_eval_string(mail_url));
// lr_message(mail_id_url);
The web_reg_save_param function also supports array type parameters. When you specify ORD=All, all the occurrences of the match are saved in an array. Each element of the array is represented by the ParamName_index. In the following example, the parameter name is A:
The first match is saved as A_1, the second match is saved as A_2, and so forth. You can retrieve the total number of matches by using the following term: ParamName_count. For example, to retrieve the total number of matches saved to the parameter array, use: