본문 바로가기

카테고리 없음

[Javascript] input값 바꾸기

1
document.getElementById("i").value = ; // input값 변경
cs