dede页面向自定义表单页面传值
发布时间:2020-12-05 02:08:36  所属栏目:CMS系统  来源:互联网 
            导读:在页面向自定义表单传值的连接“/pth/plus/diy.php?action=postdiyid=2”后面加title=[field:title /] 表示就是向表单页面传title值。 然后在表单页面加这么一个js: function request(paras){ var url = location.href; url = decodeURI(url);//ie会自动解
                
                
                
            | 
                         在页面向自定义表单传值的连接“/pth/plus/diy.php?action=post&diyid=2”后面加&title=[field:title /] 表示就是向表单页面传title值。 然后在表单页面加这么一个js: 
  | 
                  
