<input type="hidden" id="xx"> 在js中获得隐藏域对象时用document.getElementById("xx")获得的是null 需要用docuemnt.all.xx才能获得