Oct函数

来源:互联网 发布:梦里花落知多少郭敬明 编辑:程序博客网 时间:2024/06/05 10:40

<html>
<title>Oct函数</title>
<%
   dim a,b
   a=32:b=110
   response.Write("a="&a&",b="&b)
   response.Write("<br>Oct(a)=&"&Oct(a))
   response.Write("<br>Oct(b)=&"&Oct(b))
%>
</html> 
原创粉丝点击