ASP CodePage Attribute
Definition and Usage
The CodePage attribute specifies the character set used when displaying dynamic content.
Example:
- 1252 - English of the United States and most European languages
- 932 - الحروف الصينية اليابانية
النحو
Session.CodePage(=Codepage)
الم 参数 | الوصف |
---|---|
codepage | تحديد صفحة الكود للنظام الذي يعمل به محرك السكربت (charset). |
مثال
<% Response.Write(Session.CodePage) %>
الإخراج:
936