跳转页面带参数

从一个页面跳转到另一个页面,带参数
//window.location.href = "DefaultResult.aspx?DEVICE_CODE=" + device_code + "&ENTERPRISE_CODE=" + enterprise_code;


点击某处时触发某个函数,并带参数
// onclick='GetRealtimeParameter("" + info[3] + "","" + info[5] + "")'

原文地址:https://www.cnblogs.com/webttt/p/8888528.html