struct ContentView: View { var body: some View { Text(myAttributedString.string) .padding(10) .border(Color.black) } }.
確定! 回上一頁