Thread 是非常重要的一個功能基本的Thread用法如下new Thread(){ public void run(){ try{ //執行區} catch(Exception e) { //例外區} finally ...
確定! 回上一頁