|
3#
楼主 |
发表于 2012-7-24 14:53:59
|
只看该作者
回复 2# 云层
谢谢云层老师~~~
好像也不用太关心这里的乱码,只是看起来乱点而以,我后来试验了下,代码如下:
web_reg_find("SaveCount=欢迎您",
"Text=欢迎您",
LAST);
。。。。。。。
if( atoi(lr_eval_string("{欢迎您}"))>=1)
lr_end_transaction("login",LR_PASS);
else
lr_end_transaction("login",LR_FAIL);
查看回放日志,如下:
Action.c(56): Registered web_reg_find successful for "Text=欢迎您" [MsgId: MMSG-26362]
Action.c(56): web_submit_data("j_spring_security_check") was successful, 580005 body bytes, 16325 header bytes, 39 chunking overhead bytes [MsgId: MMSG-26385]
Action.c(115): Notify: Transaction "login" ended with "Pass" status (Duration: 1.3397 Wasted Time: 0.1402).
事务是成功的。是否能说明其实LR是可以识别中文的? |
|