往Alert中添加Command
} catch (IOException e) { Alert alert = new Alert("地图; IOException", "网络连接捕获住异常:" + e.toString() + "\n\n" + "程序在10秒后会自动退出", null, AlertType.WARNING); final Command exitCommand =