package json; //VO = Value Object public class Weather { private String loc; private String temp; private String date; public String ...
確定! 回上一頁