我需要在 a 中调用一个变量,document.write
但它不起作用......示例
function(){
var variable=document.getElementById("text");
alert("your text "+ variable);
}
在一张桌子里面有:
document.write('<td><input type="text" id="example"></td>');<br>
document.write('<td><input type="button" value="enter a text" onclick="function()">