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


objects constants operators statements functions properties methods






OPERATOR:   /

 /

The / operator divides two numbers and returns a floating-point number.

Code:
<% result = 25.0 / 4.975 %>

Output:
5.0251256281407

Code:
<% result = 25 / 5 %>

Output:
5