2017年7月27日

摘要: strchr(s,',')返回字符串s中从左往右第一个字符's'的指针; sscanf(输入的字符或字符串,“%格式符”,存储值); 阅读全文
posted @ 2017-07-27 10:40 sapphirebitter 阅读(448) 评论(0) 推荐(0)
 
摘要: strcmp()如果2个字符串相同,则返回0; 阅读全文
posted @ 2017-07-27 10:35 sapphirebitter 阅读(120) 评论(0) 推荐(0)