NavigationView { Form { Section { Picker(selection: $currencyCode, label: Text("Currency")) { ForEach(0 ..< codes.count) { Text(self.codes[$0]).tag($0) } ...
確定! 回上一頁