int strInfoDecodeToIntList(char *buf, char compartChr, CString *list, int listCnt, int *cnt)
{
char *p1 = NULL, *p2 = NULL, numInfoStr[128] = { 0 };
int i = 0;
unsigned int len = 0, srtSize = sizeof(numInfoStr);
if (!buf || !list || listCnt <= 0 || !cnt) return -
将字符串按照某一字符拆开为CString类型的数组
最新推荐文章于 2022-11-11 15:03:48 发布

最低0.47元/天 解锁文章
3268

被折叠的 条评论
为什么被折叠?



