51Testing软件测试论坛
标题:
Recording Options里也设置了支持UTF-8,但还是不支持中文
[打印本页]
作者:
hsxu1218
时间:
2009-8-31 22:31
标题:
Recording Options里也设置了支持UTF-8,但还是不支持中文
各位路过的兄弟姐妹,我刚学LR几天,在 LR9.0 script里写了以下的脚本。Recording Options里也设置了支持UTF-8. IE6.0
Action_tieba()
{
web_url("www.baidu.com", "URL=http://www.baidu.com/",LAST);
web_link("tieba", "Text=贴 吧", LAST);
return 0;
}
但是一运行就报以下的错误。
Action_tieba.c(4): Error -27995: Requested link ("Text=贴 吧") not found [MsgId: MERR-27995]
Action_tieba.c(4): web_link("tieba") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
如果把web_link("tieba", "Text=贴 吧", LAST);改为Text=MP3就可以打开百度的MP3链接了,看上去似乎是不支持中文的问题?但是我在Recording Options里也设置了支持UTF-8.不知道是怎么回事情,还请多多指教。
作者:
baitest
时间:
2009-9-1 11:24
把贴 吧改称贴吧试试
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2