传递参数

onclick="del_equipment(' + id + ',' +weitId + ','+inspectedEquipment+')"
 
html = html +"<a title='编辑' class='btn btn-xs btn-info' href=' ./bianya.html?weitId="+weitId+"&sheId="+id+"&inspectedEquipment="+inspectedEquipment+" '>查看</a>";

window.location.href = './html/one.html'+'?USERname=' + USERname + '&USERid='+USERid + '&USERtype='+USERtype;
 
 
拼接传递非数字参数
 
onclick="look_only(' + id + ','+'&quot;' + orderNo +'&quot;'+ ','+'&quot;' + substationName +'&quot;'+ ')"
原文地址:https://www.cnblogs.com/heyiming/p/13507907.html