step1:判断sdcard是否存在。true则跳入step2,false输出提示“sdcard不存在”。
step2:获取textView中的文字,存储在String变量中。
step3:在sdcard中创建一个.txt文件,通过输入流把获取的内容写入.txt文件。
step4:提示写入成功。

NEILAO answered 10 years, 9 months ago

Your Answer