因為android在執行緒中修改ui的話是不被允許的,但可以透過Looper、runOnUiThread在執行緒中更新你的ui。 Thread thread = new Thread(new Runnable() { @Override ...
確定! 回上一頁