当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP CodePage 属性

ASP
ASP 介绍
ASP Install
ASP 语法
ASP 变量
ASP Procedures
ASP Forms
ASP Cookies
ASP Session
ASP Application
ASP #include
ASP Global.asa
ASP Send e-mail
ASP Response
ASP Request
ASP Application
ASP Session
ASP Server
ASP Error
ASP FileSystem
ASP TextStream

ASP CodePage 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 334 ::
收藏到网摘: n/a

The CodePage property specifies the character set that will be used when displaying dynamic content.
CodePage属性的作用是设置用于显示动态内容的字符属性。

Example of some code pages:
Code pages页面举例:

  • 1252 - American English and most European languages
  • 932 - Japanese Kanji

Syntax
语法

Session.CodePage(=Codepage)

Parameter
参数
Description
描述
codepage Defines a code page (character set) for the system running the script engine
为操作系统运行脚本引擎而定义一个code page页面(character set:字符属性)

Examples
举例

<%
Response.Write(Session.CodePage)
%>
Output:
1252

评论 (0) All

登陆 | 还没注册?