用document.getElementById("name").value为什么取不到值,有什么方法能取到</html>后的标签元素值么?<html>
<head></head>
<body>
    主要内容略
</body>
</html>
<input type="hidden" id="name" value="admin" />