ZXKVStore是一个简单易用的键值数据存储。
使用:
pritl(ZXKV["homepage"]) //il ZXKV["homepage"] = "https://www.zhagxi.me" // store a value to the keypritl(ZXKV["homepage"]) //https://www.zhagxi.melet array = ["abc","123"]ZXKV["array"] = arraypritl(ZXKV["array"]) //["abc","123"]//ay object which implemeted NSCodig ca be stored.









评论