取URL参数

var str=window.location.href;
var es=/nodeId=/;
es.exec(str);
var para=RegExp.rightContext;

原文地址:https://www.cnblogs.com/jetz/p/2182591.html