OC字典的使用省市區

2021-07-12 03:40:31 字數 895 閱讀 6509

大概思路就是這樣,下面是**部分。

// 匯入省市區

nsstring

*str = [

nsstring

stringwithcontentsoffile:

@"/users/dllo/desktop/jeson/jeson/area.txt"

encoding:nsutf8stringencodingerror:

nil];

// 將省市區根據"\n"分割,存入到乙個陣列中

nsarray

*array = [str componentsseparatedbystring:

@"\n"];

// 建立乙個大陣列chinaarray

nsmutablearray*chinaarray = [nsmutablearray

arraywithcapacity

:100];

// 遍歷用來存省市區的陣列

for (nsstring *str in array) else

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

}// 轉換成中文輸出

nsdata

*data = [

nsjsonserialization

datawithjsonobject:array options:nsjsonwritingprettyprintederror:

nil];

nsstring

*str2 = [[

nsstring

alloc] initwithdata:data encoding:nsutf8stringencoding];

nslog(@"%@",str2);

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...

省市區陣列

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