View1: struct FirstView: View { @State var count = 0 var body: some View { VStack{ Text("\(self.count)") Button(action: {self.count ...
確定! 回上一頁