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


objects constants operators statements functions properties methods






STATEMENT:  '

 '

The ' statement allow you to insert comments into your code.

Code:
<% ' This is one of two ways to comment in VBScript %>
<% Rem This is the other way %>