作者:LAMP小白 点击:2314 发布日期:2014-04-16 23:53:15 返回列表
while (fgets(word, 100, filedata)) { word[strlen(word)-1] = ' '; NSLog(@"%s lens is %lu",word,strlen(word)); }
发现例子里面有这么一句
word[strlen(word)-1] = '
while (fgets(word, 100, filedata)) { word[strlen(word)-1] = ' '; NSLog(@"%s lens is %lu",word,strlen(word)); }
发现例子里面有这么一句
word[strlen(word)-1] = '