会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AlexOne
管理
2019年8月14日
C/C++处理字符串
摘要: 1. strtok 函数原型:char * strtok(char *str, const char * delim); 注意点: 两个入参必须为字符串数组; 第一次调用要传str, delim,后面调用要传NULL, delim,传入其它的str后重新被初始化,内部是一个static的指针; 与之
阅读全文
posted @ 2019-08-14 10:22 AlexOne
阅读(356)
评论(0)
推荐(1)