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