<html><head><meta http-equiv="Content-Type" content="text⼀html; charset=gb2312" ⼀>

2025-03-10 08:42:02
推荐回答(1个)
回答1:

var t = "这是变量的内容";
document.body.onload = function() {
    document.getElementById("txtUser").value = t;
}