JS

$(document).ready(function(){
$("body").click(function(){
if(!event.srcElement.type)
{
     $("input").blur();
}
})
})
原文地址:https://www.cnblogs.com/500m/p/11251273.html