51Testing软件测试论坛
标题:
LR关联数据如何显示出来
[打印本页]
作者:
peagus
时间:
2011-11-5 12:25
标题:
LR关联数据如何显示出来
web_reg_save_param("renming",
"LB=<title>",
"RB=</title>",
"Ord=1",
"Search=NoResource",
LAST);
关联不存在任何问题,引用的时候也是正常的,现在我是想通过
lr_message( "this is %s",lr_eval_string("{renming}")
查看里面的数据,但是为什么显示是:{renming},而不是里面的数据呢?
作者:
msnshow
时间:
2011-11-5 14:34
本帖最后由 msnshow 于 2011-11-6 20:50 编辑
lr_message("this is %s",lr_eval_string(renming));
作者:
peagus
时间:
2011-11-5 14:53
语法检查就过不去啊
Action.c (98): undeclared identifier `i'
Action.c (98): undeclared identifier `renming'
Action.c (98): type error in argument 1 to `lr_eval_string'; found `int' expected `pointer to char'
Action.c (112): type error in argument 1 to `lr_eval_string'; found `int' expected `pointer to char'
作者:
夏日摸摸茶
时间:
2011-11-6 10:35
lr_output_message(lr_eval_string("{renming}"));
作者:
msnshow
时间:
2011-11-6 20:51
不好意思,写错了,多了个,i
作者:
云层
时间:
2011-11-6 22:42
开个日志就行了,干嘛费这个事情呢?
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2