asp 日期語法整理 | 資訊智慧工作室 iWisdom Studio

asp 日期語法整理 | 資訊智慧工作室 iWisdom Studio

瀏覽:1223
日期:2025-05-20
請先看一下下文中一些寫asp程式時常用的日期語法,答案在最下方! 系統時間 Date() -取系統日期。 程式: response.write Date() 結果: 2009/7/4 Time()-取系統時間。 程式: response.write Now() 結果: 上午 12:45:36 Now() -取系統日期時間 ......看更多