摘要: missingMessage="请输入运输单号" <caption align="top"><h2>到达交接单</h2></caption> 显示效果: 一、1、显示表格的4个边框:<table borderframe=box>2、只显示上边框: <table borderframe=above>3 阅读全文
posted @ 2017-06-03 15:58 三水木00 阅读(145) 评论(0) 推荐(0)
摘要: 比较时间大小 //比较时间大小 function CompareDate(d1,d2) { return ((new Date(d1.replace(/-/g,"\/"))) > (new Date(d2.replace(/-/g,"\/")))); } js中的日期格式化 function tim 阅读全文
posted @ 2017-06-03 15:51 三水木00 阅读(4425) 评论(0) 推荐(0)