问题描述
我有一个字符串“ 13657($ t1)”,它从文件中获取并存储在offset中,我想获取“(”之前的数字,然后获取$ t1。这就是我所拥有的: / p>
char *token = strtok(&offset,"("); // this works and i get 13657.
现在我需要得到$ t1,我试图这样做
char *token2 = strtok(&offset,"()"); //but it does not work. I should get $t1
感谢您的帮助
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)