87,994
社区成员
发帖
与我相关
我的任务
分享
function pop() {
var arr = window.open("test.aspx", "", "width=50em,height=25em,status=0");
if (arr != null) {
var my_array = new Array();
my_array = arr.split(",");
......
}
}