点了按钮就是没反应,没报错!
$(document).ready(function () { $("#btn").bind("click",function () { console.log("111") }) });