标签:style blog http ar sp 2014 log ef line
常用函数如下:
strlen 求字符串长度
strcmp 比较2个字符串是否一样
strcat 字符串连接操作
strcpy 字符串拷贝操作
strncat 字符串连接操作(前n个字符)
strncpy 字符串拷贝操作(前n个字符)
strchr 查询子串
strstr 查询字串
标签:style blog http ar sp 2014 log ef line
原文地址:http://www.cnblogs.com/suanec/p/4024851.html