package com.jwsoft.kotlinproject data class User ( var name: String, var age: Int, var hobby: Array<String>, var privacy: Privacy ).
確定! 回上一頁