jQuery blur() 方法--- ## 实例添加函数到blur 事件。当` ` 字段失去焦点时发生blur 事件: ```js $("input").blur(function(){ alert("输入框失去了焦点"); } ...
確定! 回上一頁