2017年6月23日

js 时间比较和货币格式显示

摘要: //比较时间的大小 function checkInputTime() { var startTime = $("#startTime").val(); var start = new Date(startTime.replace("-", "/").replace("-", "/")); var 阅读全文

posted @ 2017-06-23 15:06 街机玩家 阅读(127) 评论(0) 推荐(0)

导航