$(function(){
$(".btn").click(function(){
$("#mymodal").modal("toggle");
});
不明白这段代码什么意思如何实现功能的
通过mymodal选择器直接跳转到toggle