/** * 保存数据 * @param key 索引key 字符串类型 (String) * @param value 储存的数据 字符串类型 */ saveParams(String key,String value);
Last updated 1 year ago