28,409
社区成员




<%@language="vbscript"%>
<%
SetLocale 2052
'Session.LCID = 2052
Response.Write Asc("諸") & "<br/>"
Response.Write "Session.LCID = " & Session.LCID & "<br/>"
Response.Write "GetLocale = " & GetLocale() & "<br/>"
SetLocale 1028
'Session.LCID = 1028
Response.Write Asc("諸") & "<br/>"
Response.Write "Session.LCID = " & Session.LCID & "<br/>"
Response.Write "GetLocale = " & GetLocale() & "<br/>"
%>