一般情况下,onblur事件只在input等元素中才有,而div却没有,因为div没有tabindex属性,所以要给div加上此属性。如: 1 <div tabindex="0" ...
確定! 回上一頁