var frname = '医院运营分析/Table1.cpt';var URL1 = ("${servletURL}?viewlet=" + frname + "&ids=1&format=plugin_docx&op=write" + '&__filename__=' + 'a1');var URL2 = ("${servletURL}?viewlet=" + frname + "&ids=2&format=plugin_docx&op=write" + '&__filename__=' + 'a1');alert('ks1');window.open(encodeURI(encodeURI(URL1)));alert('ks2');window.open(encodeURI(encodeURI(URL2)));alert('js');----------------------------------通过alert发现只有第一个window.open执行了,第二个没执行,什么原因?