有input:
<input id="s1" name="s1" />
用js语句给他赋值,value=5,
可以写document.getElementById('s1').value = 5;
设为只读,document.getElementById('s1').readOnly = true ;
请问以下属性怎么写:
onkeyup="kk()"
maxlength="5"
onfocus="f(this)"
onblur="b(this)"
onclick="c(this)"
或提供这方面的帮助也可