Button (action: {self.buttonTapped()}) { Text("Button") .padding(.all, 12) .foregroundColor(.white) .background(Color.red) }
確定! 回上一頁