名站网址导航为大驾家提供DedeCMS站点程序站点教程相关的知识,比如织梦程序安装教程,织梦程序系统故障等教程。文章介绍
1、添加自定义字段:提交时间-->tijiaoshijian
2、在模版<form></form>中添加如下相关具体代码如下即可
<input name="tijiaoshijian" value="" type="hidden" id="tijiaoshijian" />
<script type="text/javascript">
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;
}
</script>
关于DedeCMS站点程序站点教程相关的知识,就说到这里了希望能帮助朋友们。dedecms网站程序教程:实现键盘左、右方向键翻页的相关具体操作方法