久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      在php頁(yè)面中執(zhí)行alert()函數(shù)時(shí)彈出亂碼窗口怎么辦

      在php頁(yè)面中執(zhí)行alert()函數(shù)時(shí)彈出亂碼窗口怎么辦

      問(wèn)題描述:

      PHP頁(yè)面的編碼方式是utf-8,用如下代碼輸出時(shí)彈出亂碼窗口。

      echo "<script type='text/javascript'>alert('已全部清除!');script>";

      解決方法:

      因?yàn)橛衋lert()輸出中文到瀏覽器,所以一定要在網(wǎng)頁(yè)中指定編碼方式為UTF-8,即

      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

      注意:如果PHP頁(yè)面編碼方式是gb2312,則不需要添加

      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)