onChange(colorChange), label: Text("Color")) { Text("Red").tag(0) Text("Green").tag(1) Text("Blue").tag(2) } } func colorChange(_ tag: Int) ...
確定! 回上一頁