因为虽然我无法使用type = text设置输入字段的值.
之前,我总是使用这样的东西:
之前,我总是使用这样的东西:
<input style="display: none" type="text" name="geo_poi" value="" id="geofeld" />
document.getElementById("geofeld").value = geo_poi;