Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在访问的 Web 服务发送以下响应...
<strong>result</strong>
如何剥离这些编码标签的字符串?
<?php $str = '<strong>result</strong>'; echo strip_tags(html_entity_decode($str));