效果如下import SwiftUI struct ContentView: View { @State private var selectIndex = 0 let color: [Color] = [.orange,.red,.gray,.blue,.green ...
確定! 回上一頁