js动态获取值

js动态获取值

你试一下:var valueres=document.getElementById(id).value或者var valueres=document.getElementById(""" + id + &quo
JavaScript270