jQuery 几种写法 1.$(function(){ $( '#google' ).click(function(){ alert( $(this).text() ); return false; }); });这种写法是放在页面中任何一个地方都有效2. (funct jQuery 2024-01-22 130 点赞 1 评论 196 浏览