[_webView loadData:[objEventDetail.eventdesc dataUsingEncoding:NSUTF8StringEncoding] MIMEType:@"text/html" textEncodingName:@"" baseURL:[NSURL URLWithString:@""]];
这是HTML字符串
<p style="margin: 0px 0px 6px; color: rgb(20, 24, 35); font-family: helvetica, arial, sans-serif; font-size: 14px; line-height: 19.32px; background-color: rgb(255, 255, 255);">Team Unstoppable has got your back<em style="background-image:url("/rsrc.php/v2/yp/r/aeO1ik7i7-T.png"); background-position:0px -5950px; background-repeat:no-repeat; background-size:auto; display:inline-block; height:16px; vertical-align:-3px; width:16px"></em><em style="background-image:url("/rsrc.php/v2/yp/r/aeO1ik7i7-T.png"); background-position:0px -5950px; background-repeat:no-repeat; background-size:auto; display:inline-block; height:16px; vertical-align:-3px; width:16px"></em></p>
<p style="margin: 6px 0px; color: rgb(20, 24, 35); font-family: helvetica, arial, sans-serif; font-size: 14px; line-height: 19.32px; background-color: rgb(255, 255, 255);">On Friday 22nd April, we invite you to Club 51 Degrees to celebrate the birthday of one of Dancehall's heavy hitters.</p>
<p style="margin: 6px 0px; color: rgb(20, 24, 35); font-family: helvetica, arial, sans-serif; font-size: 14px; line-height: 19.32px; background-color: rgb(255, 255, 255);">All the way from Jamaica <em style="background-image:url("/rsrc.php/v2/yp/r/aeO1ik7i7-T.png"); background-position:0px -2839px; background-repeat:no-repeat; background-size:auto; display:inline-block; height:16px; vertical-align:-3px; width:16px"></em><em style="background-image:url("/rsrc.php/v2/yp/r/aeO1ik7i7-T.png"); background-position:0px -2839px; background-repeat:no-repeat; background-size:auto; display:inline-block; height:16px; vertical-align:-3px; width:16px"></em>CHARLY BLACK!!!!</p>
<p style="margin: 0px 0px 6px;">We got Trinidad & Jamaica lined up +<br />
Guest artistes :<br />
-Press Kay<br />
-Pretti Kiiti<br />
-Shurwayne Winchester<br />
-5 Star Akil</p>
<p style="margin: 6px 0px;">Guest DJ -<br />
~ZJ Johnny Kool from Jamaica's Zip 103fm</p>
<p style="margin: 6px 0px;">Also on the roster for this birthday bash:</p>
<p style="margin: 6px 0px;">•Custodian Int'l<br />
•Rapid Response<br />
•Trevlyn the Voice<br />
•Hollywood Sachy</p>
<p style="margin: 6px 0px;">Limited advance early bird tickets $150✔<br />
Only a few VIP booths available✔</p>
<p style="margin: 6px 0px;">Go to or contact <em style="background-image:url("/rsrc.php/v2/yp/r/aeO1ik7i7-T.png"); background-position:0px -4590px; background-repeat:no-repeat; background-size:auto; display:inline-block; height:16px; vertical-align:-3px; width:16px"></em>any committee member for tickets and details.</p>
<p style="margin: 6px 0px;">Dress Code In Effect: Glamorous <em style="background-image:url("/rsrc.php/v2/yp/r/aeO1ik7i7-T.png"); background-position:0px -7225px; background-repeat:no-repeat; background-size:auto; display:inline-block; height:16px; vertical-align:-3px; width:16px">✨</em></p>
<p style="margin: 6px 0px;"> </p>
<p style="margin: 6px 0px;">Link up <a href="https://www.facebook.com/hashtag/nochupidness?source=feed_text&story_id=10154101441998875" style="color: rgb(59, 89, 152); cursor: pointer; text-decoration: none;">#‎NoChupidness</a></p>
我已成功显示文字,但没有在此字符串上显示表情符号。
答案 0 :(得分:0)
不要为表情写入unicodes,也不会显示。我面临同样的问题,对我有用的是从菜单栏的表情符号窗口添加表情符号。当您尝试在html文件中添加表情符号时,只需打开表情符号窗口,即可编辑&gt;表情符号和符号,并从那里添加表情符号。它将显示。
希望它会对你有所帮助。