示例: 如html中存在控件input,代码如下: <div id="pid"> <input type="hidden" id="categoryid" name="categoryid" value="" /> </div> 则在js页面内使用如下语句即可: document.getElementById("textValue").value="wwwww";