readAsString(); setState(() { allText = contents; }); } // 清空本地保存的文件void _clearContent() async { File f = await _getLocalFile(); ...
確定! 回上一頁