struct ContentView: View { @State var clickedCount: Int = 0; ... Text("点击次数:\(clickedCount)"); Button(action: { print("被点击了呃") self.
確定! 回上一頁