Address類

class Address{ String country; String province; String city; String street; int post; public void tell(){ System.out.println("國家:"+country+",省份:"+province+",城市:"+city+",街道:"+street+",郵編"+post); } } pu
相關文章
相關標籤/搜索