我觉得离这个很近。我只是无法在新选项卡中打开生成的按钮。我被卡住了!
function buildButton(url,i,size) {
document.write("Building Button with URL= "+url+"<p>");
var btn = document.createElement("BUTTON");
btn.appendChild(document.createTextNode("PIDs "+i+" to "+(i+size)));
btn.setAttribute("href",url);
btn.setAttribute("target","_blank");
document.body.appendChild(btn);
}
拉丁的传说
心有法竹
吃鸡游戏
相关分类