文章分类 - js
摘要:Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+"...
阅读全文
摘要://****************************************************************************// Function ID : Common_ChkDate// I/O : (I) datest...
阅读全文
摘要:1.模态窗口打开方式:1.0 vReturnValue = window.showModalDialog(sURL [, vArguments] [,sFeatures])参数说明:sURL--必选参数,类型:字符串。用来指定对话框要显示的文档的URL。vArguments--可选参数,类型:变体。...
阅读全文