标签:turn class nbsp log logs 获取 时间 style date
function show() { var nd = new Date(); var str = nd.getFullYear() + "年"; str += (nd.getMonth()+1) + "月"; str += nd.getDate() + "日"; return str; }
标签:turn class nbsp log logs 获取 时间 style date
原文地址:http://www.cnblogs.com/woaichirourou/p/7542654.html