微信分享 标题 里有乱码问题 - thinkphp5 模版标签 惹得祸
解决办法 :html_entity_decode() 转码一次,亲测OK var title = '{:html_entity_decode($activity["title"])}'
原来代码:
修改后代码:
解决办法 :html_entity_decode() 转码一次,亲测OK var title = '{:html_entity_decode($activity["title"])}'
原来代码:
修改后代码: