SwiftUI 里自定义一些属性的颜色时(例如背景),可以使用:struct ... green: 0.0, blue: 0.0, alpha: 1.0) var body: some View { VStack{ Spacer() ...
確定! 回上一頁