<i id='hKdYu'><tr id='hKdYu'><dt id='hKdYu'><q id='hKdYu'><span id='hKdYu'><b id='hKdYu'><form id='hKdYu'><ins id='hKdYu'></ins><ul id='hKdYu'></ul><sub id='hKdYu'></sub></form><legend id='hKdYu'></legend><bdo id='hKdYu'><pre id='hKdYu'><center id='hKdYu'></center></pre></bdo></b><th id='hKdYu'></th></span></q></dt></tr></i><div id='hKdYu'><tfoot id='hKdYu'></tfoot><dl id='hKdYu'><fieldset id='hKdYu'></fieldset></dl></div>

  • <small id='hKdYu'></small><noframes id='hKdYu'>

  • <tfoot id='hKdYu'></tfoot>
    1. <legend id='hKdYu'><style id='hKdYu'><dir id='hKdYu'><q id='hKdYu'></q></dir></style></legend>

          <bdo id='hKdYu'></bdo><ul id='hKdYu'></ul>

        在 PHP 中获取 - 而不是撇号(')

        时间:2023-10-03

              <tbody id='25F7H'></tbody>
            • <bdo id='25F7H'></bdo><ul id='25F7H'></ul>

              • <tfoot id='25F7H'></tfoot>
              • <small id='25F7H'></small><noframes id='25F7H'>

                <i id='25F7H'><tr id='25F7H'><dt id='25F7H'><q id='25F7H'><span id='25F7H'><b id='25F7H'><form id='25F7H'><ins id='25F7H'></ins><ul id='25F7H'></ul><sub id='25F7H'></sub></form><legend id='25F7H'></legend><bdo id='25F7H'><pre id='25F7H'><center id='25F7H'></center></pre></bdo></b><th id='25F7H'></th></span></q></dt></tr></i><div id='25F7H'><tfoot id='25F7H'></tfoot><dl id='25F7H'><fieldset id='25F7H'></fieldset></dl></div>

                  <legend id='25F7H'><style id='25F7H'><dir id='25F7H'><q id='25F7H'></q></dir></style></legend>
                  本文介绍了在 PHP 中获取 - 而不是撇号(')的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我试过将文本转换为 utf8 或从 utf8 转换,这似乎没有帮助.

                  I've tried converting the text to or from utf8, which didn't seem to help.

                  我得到:

                  "It’s Getting the Best of Me"
                  

                  应该是:

                  "It’s Getting the Best of Me"
                  

                  我从这个网址获取这些数据.

                  推荐答案

                  转换为 HTML 实体:

                  To convert to HTML entities:

                  <?php
                    echo mb_convert_encoding(
                      file_get_contents('http://www.tvrage.com/quickinfo.php?show=Surviver&ep=20x02&exact=0'),
                      "HTML-ENTITIES",
                      "UTF-8"
                    );
                  ?>
                  

                  有关更多编码选项,请参阅 mb_convert_encoding 的文档.

                  See docs for mb_convert_encoding for more encoding options.

                  这篇关于在 PHP 中获取 - 而不是撇号(')的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:PHP 中 ord 或 charCodeAt() 的 UTF-8 安全等价物 下一篇:PHP 替换特殊字符,如 à->a、è->e

                  相关文章

                  最新文章

                1. <i id='ECx11'><tr id='ECx11'><dt id='ECx11'><q id='ECx11'><span id='ECx11'><b id='ECx11'><form id='ECx11'><ins id='ECx11'></ins><ul id='ECx11'></ul><sub id='ECx11'></sub></form><legend id='ECx11'></legend><bdo id='ECx11'><pre id='ECx11'><center id='ECx11'></center></pre></bdo></b><th id='ECx11'></th></span></q></dt></tr></i><div id='ECx11'><tfoot id='ECx11'></tfoot><dl id='ECx11'><fieldset id='ECx11'></fieldset></dl></div>

                2. <small id='ECx11'></small><noframes id='ECx11'>

                    • <bdo id='ECx11'></bdo><ul id='ECx11'></ul>

                      <tfoot id='ECx11'></tfoot>
                    1. <legend id='ECx11'><style id='ECx11'><dir id='ECx11'><q id='ECx11'></q></dir></style></legend>