ÄúµÄλÖãºÑ°ÃÎÍøÊ×Ò³£¾±à³ÌÀÖÔ°£¾VBScript£¾VBScript


objects constants operators statements functions properties methods






STATEMENT:  Private


Private

The Private statement allows you to declare private variables which are only available to the script in which they were declared. Memory is also allocated.

Code:
<% Private  privatenum = 77.7  privatestring = "Haplochromis Acei" %>