Text 是SwiftUI世界中最基础的控件,使用也非常简单。 ... .foregroundColor(.blue) .shadow(radius: 10) Text(self.name) .frame(width:80,height:40) ...
確定! 回上一頁