欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

asp中utf8不會(huì)出現(xiàn)亂碼的寫(xiě)法

 更新時(shí)間:2013年08月22日 23:03:51   作者:  
有時(shí)候我們?cè)赼sp編寫(xiě)中需要聲明好頁(yè)面的編碼否則容易出現(xiàn)亂碼,這里是utf-8格式的
復(fù)制代碼 代碼如下:

<%@ CODEPAGE=65001 %>
<% Response.CodePage=65001%>
<% Response.Charset="UTF-8" %> 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
 內(nèi)容
</body>
</html>

相關(guān)文章

最新評(píng)論