public ChangePwd(String stu_id,String host){this.host=host;this.stu_id=stu_id;//初始化頁面this.initialFrame();//註冊監聽器this.addListener();}ide