ZXKVStoreiOS 鍵值存儲(chǔ)
ZXKVStore 是一個(gè)簡單易用的鍵值數(shù)據(jù)存儲(chǔ)。
使用:
println(ZXKV["homepage"]) //nil ZXKV["homepage"] = "http://www.zhangxi.me" // store a value to the key println(ZXKV["homepage"]) //http://www.zhangxi.me let array = ["abc","123"] ZXKV["array"] = array println(ZXKV["array"]) //["abc","123"] //any object which implemented NSCoding can be stored.
評(píng)論
圖片
表情
