云数据库虚拟主机(云服务器云虚拟主机)
172
2022-07-02
1、添加自定义字段:提交时间-->tijiaoshijian
2、在模版
中添加如下代码即可window.onload = function(){
var nowDate = new Date();
var str = nowDate.getFullYear()+"-"+(nowDate.getMonth() + 1)+"-"+nowDate.getDate()+" "+nowDate.getHours()+":"+nowDate.getMinutes()+":"+nowDate.getSeconds();
document.getElementById("tijiaoshijian").value=str;
}
发表评论
暂时没有评论,来抢沙发吧~