摘要: Public Function ForMatDate(DateAndTime, Para) '格式化日期(日期时间,格式) Dim Y, M, D, H, F, S IF Not ISNumeric(Para) Or Not ISDate(DateAndTime) Then Exit Functio... 阅读全文
posted @ 2016-01-10 15:50 代码收集-ASP。JS代码 阅读(508) 评论(0) 推荐(0)