linxuyang LocalStorage.setItem,key和value都是string类型,想保存文件一般是怎么办,比如说保存一张png,难道先把二进制转成string再保存?还是有什么其它的方法?