$(document).on("focus","a",function() {
if(this.blur) {this.blur()};
});
作者:五谷子(wuguzi)
$(document).on("focus","a",function() {
if(this.blur) {this.blur()};
});
© 著作权归作者所有