如果标签Id在Form表单里面的话,直接Id.value就不能用了,而是要用Form.Id.value来取值或设置值
所以最好用document.getElementById("Id").value来进行取值。