命令放在java代码中不能运行是怎么回事

2025-12-15 07:19:48
推荐回答(1个)
回答1:

stream.close();
inStream.close();
text.setText(stream.toString());
Toast.makeText(MyActivity.this,"Loaded",Toast.LENGTH_LONG).show();
} catch (FileNotFoundException e) {
e.printStackTrace();
}
catch (IOException e){
return ;
}
}