amount } } var body: some View { List { ForEach(items) { item in HStack { Text("Item \(item.name!)") Spacer() Text("\(item.amount) ...
確定! 回上一頁