1 void method2(Long id) { 2 User u = dao.findUserById(id); 3 4 // 现在要取成员变量Address 的城市。 5 String city = null; 6 if (u != null ) ...
確定! 回上一頁