$(function(){ $(".btn").click(function(){ $("#mymodal").modal({ backdrop:static }); });
});
请给static加上引号哦,这个不是布尔值,是字符串,需要加引号,只有布尔值true和false加不加引号都可以