摘要:
function transdate(endTime){ var date=new Date(); date.setFullYear(endTime.substring(0,4)); date.setMonth(endTime.substring(5,7)-1); date.setDate(endTime.substring(8,10)); date.setHours(endTime.subst... 阅读全文
posted @ 2016-07-22 14:51
依稀
阅读(146)
评论(0)
推荐(0)
摘要:
::-webkit-input-placeholder { /* WebKit browsers */ color: #A9A9A9; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #A9A9A9; opacity: 1; } ::-moz-placeholder { /* Mozilla ... 阅读全文
posted @ 2016-07-22 12:59
依稀
阅读(469)
评论(0)
推荐(0)

浙公网安备 33010602011771号