你的程式執行的時候有異常,你必須捕獲它
可以是class{}throws IOException
也可以try{
code....
}catch(IOException e){}