textfield.setText(msg1); try { Thread.sleep(2000); // delay 2 seconds } catch (InterruptedException e) {} textfield.setText(msg2);.
確定! 回上一頁