1,数据的保存
成都服务器托管,成都创新互联公司提供包括服务器租用、四川电信机房托管、带宽租用、云主机、机柜租用、主机租用托管、CDN网站加速、域名注册等业务的一体化完整服务。电话咨询:18980820575File file=newFile(Environment.getExternalStorageDirectory(), name); try{ FileOutputStream fos=newFileOutputStream(file); fos.write(content.getBytes()); fos.close(); Toast.makeText(getApplicationContext(),"保存成功", 200).show(); }catch(Exception e) { Toast.makeText(getApplicationContext(),"保存失败", 200).show(); e.printStackTrace(); } |
2,数据的读取
File file = new File(Environment.getExternalStorageDirectory(), name); try { FileInputStream fis= new FileInputStream(file); BufferedReader br =new BufferedReader(new InputStreamReader(fis)); //读取文档的数据 String content =br.readLine(); //拆分字符串 String [] str =content.split("="); //显示数据 if(!content.isEmpty()){ et_name.setText(str[0]); et_password.setText(str[1]); } } catch (Exception e) { e.printStackTrace(); } } }); |
注意:保存数据记得注册
创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。