web_convert_param的使用注意

Action()
{
    lr_save_string("http://member.alisoft.com:30080/member/ugs?action=check_status","to_url");

web_convert_param("to_url", "SourceEncoding=HTML", "TargetEncoding=URL", LAST);
//web_convert_param这个函数完成url encode功能。
    web_reg_save_param("Content","LB=","RB=",LAST);

web_reg_find("Text=OK","Search=All",LAST);

web_url("member.alisoft.com",
"URL=http://member.alisoft.com:30080/member/im?uid={loginId}&loginid={loginId}&token=abcdefghijklmn&imver=6.00.00&url={to_url}",
LAST);

return 0;
}

你可能感兴趣的:(html,Web)