懒羊羊softwaretesting

导航

python字符串转换成数字

Action()
{


int i;
char *s="{str}";
i=atoi(lr_eval_string(s));
lr_output_message("%d",i);

 


return 0;
}

posted on 2018-04-28 18:27  懒羊羊呐  阅读(794)  评论(0编辑  收藏  举报