摘要:
找到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 += & 阅读全文
posted @ 2012-02-17 14:59
放哨De老鼠
阅读(2686)
评论(0)
推荐(0)
摘要:
select distinct replace(replace(name,char(13),''),char(10),'') From tb_test 阅读全文
posted @ 2012-02-17 08:59
放哨De老鼠
阅读(265)
评论(0)
推荐(0)

浙公网安备 33010602011771号