摘要:
找到WdatePicker.js添加CurentTime()方法function CurentTime() { var now = new Date(); var year = now.getFullYear(); //年 var month = now.getMonth() + 1; //月 var day = now.getDate(); //日 var hh = now.getHours(); //时 var mm = now.getMinutes(); //分 var clock = year + "-"; if (month < 10) clock += & 阅读全文
摘要:
select distinct replace(replace(name,char(13),''),char(10),'') From tb_test 阅读全文