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