ASP语言基础之常量的定义方法
生活随笔
收集整理的這篇文章主要介紹了
ASP语言基础之常量的定义方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
ASP 定義常量的方法 常量:用一種名稱代替數字和字符串,且其值保持一直不變。 在 VBscript 中,可以用 const 語句來定義常量。 常量分數字型和字符串型。 表示日期的常量寫在兩個 # 之間。 示例:
運行結果: 123456789
定義常量
2010-01-16 本文鏈接:http://www.oversteper.com/wprogram/asp/826.html
| 以下為引用內容: <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> ASP 定義常量 </title> </head> <body> <% const a=123456789????????????????//定義的常量為數字 const b="<hr width=120 align='left'/>定義常量<hr width=120 align='left'/>>"????? ?//定義的常量為字符串 const c=# 2010-01-16 #?????????//日期要寫在兩個# 之間 response.Write a response.Write b response.Write c %> </body> </html> |
定義常量
2010-01-16 本文鏈接:http://www.oversteper.com/wprogram/asp/826.html
轉載于:https://blog.51cto.com/osteps/275777
總結
以上是生活随笔為你收集整理的ASP语言基础之常量的定义方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 把cpp编译为so_基于VSCode和C
- 下一篇: RHCA红帽认证架构师考试分享