username@email.com
2 天以前 5af3a0cbd911adbdc2dd98e08008c4fbd50530d9
1
2
3
4
5
6
<public:attach event="onfocus" onevent="example()"/>
<script language="javascript">
function example(){
this.blur();
}
</script>