省市區陣列

2021-07-03 23:29:32 字數 841 閱讀 8593

// 先找到檔案對應的路徑

nsstring *path = @"/users/dlios/desktop/oc5_省市區陣列/oc5_省市區陣列/area.txt";

// 通過路徑產生字串,內容就是txt文字裡的內容

nsstring *str = [nsstring stringwithcontentsoffile:path encoding:nsutf8stringencoding error:nil];

nslog(@"\n%@", str);

// 對整體的字串進行切割

// 以"\n"作為標識,將字串分割為小的字串,儲存到乙個大的陣列中

nsarray *strarr = [str componentsseparatedbystring:@"\n"];

for (nsstring *temp in strarr)

// 建立乙個"中國"陣列, 為了能列印出省的名稱

nsmutablearray *china = [nsmutablearray array];

for (nsstring *temp in strarr) else

if ([temp hasprefix:@" "] && ![temp hasprefix:@" "]) else

if ([temp hasprefix:@" "])

}// 這種lastobject的呼叫方式 其實並沒有把元素都放在對應的陣列中,只是放在對應的陣列集合後邊

// for (nsmutablearray *temp in china)

// }

OC 省市區陣列

省市區陣列 先找到檔案對應的路徑 nsstring path users dlios desktop 筆記 oc筆記 oc5 陣列省市區 oc5 陣列省市區 area.txt 通過路徑產生字串,內容就是txt文字的內容 nsstring str nsstring stringwithcontents...

全國省市區資料SQL 省市區

drop table if exists provinces create table provinces id int 11 not null auto increment,provinceid varchar 20 not null,province varchar 50 not null,pr...

OC NSDictionary 省市區 練習

import int main int argc,const char argv 判斷市字典是否存在 if city 擷取區域字串的前面的兩個空格 nsstring otherstring string substringfromindex 4 分割 字串 nsarray array otherst...