CLabelUI *html_test = static_cast<CLabelUI *>(GetHostWindow()->GetPaintManager().FindControl(L"html_test")); if (html_test) { html_test->SetShowHtml(true); std::string html = "<html><li hb_notification_id=\"118122\" hb_notification_url=\"/topic/view?tId=101652\" hb_form_hash=\"92c63679db90a5924e2391cf761c24a9bca74c7e\"><p><cite class=\"xi0\">test2</cite><span class=\"xg2\">在话题</span><cite class=\"xi0\">dfasfdsafdsa</cite>中回复</p><p class=\"xg0\">test2 :<span>@test1</span></p><p class=\"xg0\">test2 : 范德萨飞大师傅打发富士达发 <span>@test1</span></p><p class=\"xg3\"> 18:19</p></li></html>"; html_test->SetText(base::SysUTF8ToWide(html).c_str()); }
test2在话题dfasfdsafdsa中回复test2 :@test1
test2 :范德萨飞大师傅打发富士达发 @test1
18:19
测试
最新推荐文章于 2024-01-16 14:11:50 发布