Smilehy

Smilehy的笔记

来自03.初探JavaScript魅力 -3(0)

var obj=document.getElementById("id1");//第一种设置值的方式obj.value="1344";//第二中设置值的方式obj['value']='23423';