简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

ios从文本文件中读取内容到字符串里

来源:易贤网   阅读:755 次  日期:2015-02-03 14:27:34

温馨提示:易贤网小编为您整理了“ios从文本文件中读取内容到字符串里”,方便广大网友查阅!

nserror *error;

nsstring *textfilecontents = [nsstring

stringwithcontentsoffile:[[nsbundle mainbundle]

pathforresource:@”mytextfile”

oftype:@”txt”]

encoding:nsutf8stringencoding

error: & error];

// if there are no results, something went wrong

if (textfilecontents == nil) {

// an error occurred

nslog(@”error reading text file. %@”, [error localizedfailurereason]);

}

nsarray *lines = [textfilecontents componentsseparatedbystring:@” ”];

nslog(@”number of lines in the file:%d”, [lines count] );

更多信息请查看IT技术专栏

更多信息请查看技术文章
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:ios读取文件类和常用方法
下一篇:iphone屏幕旋转的例子
易贤网手机网站地址:ios从文本文件中读取内容到字符串里
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!