你的写法有些问题,应该是这样:
html:
后面的style你可以忽略
js:
function on_focus(){ alert('获得焦点');}
function on_lost_focus(){ alert('失去焦点');}
测试截图: