First, we need to convert HTML string to Data . let htmlString = "This is a <b>bold</b> text." let data = htmlString.data(using: .utf8)!
確定! 回上一頁