国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

【讀書筆記】iOS-讀取文本文件

2019-11-14 18:27:31
字體:
供稿:網(wǎng)友

一,文本文件的內(nèi)容。

 

二,工程目錄

 

 

三,ViewController.m

復(fù)制代碼
- (void)viewDidLoad {    [super viewDidLoad];    // Do any additional setup after loading the view, typically from a nib.    //讀取文本文件    [self readFromText];}#PRagma -mark -functions//讀取文本文件-(void)readFromText{    NSError *error;    NSString *textFieldContents=[NSString stringWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"chenlihua" ofType:@"txt"] encoding:NSUTF8StringEncoding error:&error];    NSLog(@"--textFieldContents---%@-----",textFieldContents);    if (textFieldContents==nil) {        NSLog(@"---error--%@",[error localizedDescription]);    }    NSArray *lines=[textFieldContents componentsSeparatedByString:@"/n"];    NSLog(@"number of lines in the file:%ld",[lines count]);}
復(fù)制代碼

 

四,輸出如下圖所示:

 

復(fù)制代碼
2015-07-29 22:12:32.692 讀取文本文件[1362:70871] --textFieldContents---123456789-----2015-07-29 22:12:32.692 讀取文本文件[1362:70871] number of lines in the file:102015-07-29 22:16:09.573 讀取文本文件[1362:73057] Terminating since there is no system app.
復(fù)制代碼

 

參考資料:《iOS數(shù)據(jù)庫應(yīng)用高級(jí)編程(第2版)》


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 灵石县| 碌曲县| 南乐县| 松滋市| 法库县| 阳东县| 将乐县| 浮山县| 田林县| 治多县| 白沙| 颍上县| 定南县| 龙南县| 剑川县| 新乐市| 安塞县| 永昌县| 聂荣县| 宜章县| 崇仁县| 涞水县| 神木县| 唐河县| 汉沽区| 钦州市| 江华| 宣化县| 镇赉县| 滕州市| 揭阳市| 从江县| 和政县| 甘谷县| 扶沟县| 大庆市| 泾源县| 司法| 烟台市| 思茅市| 安陆市|