|
为什么下面lr_output_message显示出来的是空?
***************************************************
char c[]={0,1,2,3,4,5};
lr_output_message("%s",c);
memset(c,0,3);
lr_output_message("%s",c);
***************************************************
result:
***************************************************
Running Vuser...
Starting iteration 1.
Starting action Action.
Action.c(5):
Action.c(9):
Ending action Action.
Ending iteration 1.
Ending Vuser...
Starting action vuser_end.
Ending action vuser_end.
Vuser Terminated.()
[ 本帖最后由 kursk 于 2008-8-16 10:44 编辑 ] |
|