ASP CodePage 屬性
❮ 完整 Session 物件參考
CodePage 屬性用於指定顯示動態內容時將使用的字元集。
一些內碼表的示例
- 1252 - 美式英語和大多數歐洲語言
- 932 - 日語漢字
語法
Session.CodePage(=Codepage)
引數 | 描述 |
---|---|
codepage | 定義執行指令碼引擎的系統的內碼表(字元集) |
示例
<%
Response.Write(Session.CodePage)
%>
輸出
1252
❮ 完整 Session 物件參考