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