zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

asp取日期1月25日为0125的最简单方法

ASP日期方法 简单 25
2023-06-13 09:14:01 时间
right("0"&year(now),2)&right("0"&month(now),2)&right("0"&day(now),2)&right("0"&hour(now),2)&right("0"&minute(now),2)&right("0"&second(now),2)