方法一: function openReviseWin() ... { var selValue=Select_check("checkbox1"); if(selValue==0)...{ alert("请选择一条记录"); return; } if(selValue.length>1)...{ alert("只能选择一条记录进行修改,请重新选择!!"); return; } var checkStr =selValue[0];//用url传递参数的时候无法传递数组参数,所以将数组中需要传递的字符提取出来。 window.open(</