struct S { // Stored Property var stored: String = "stored" // Computed Property var computed: String { return "computed" } }.
確定! 回上一頁