聪明大山

文章
2
资源
0
加入时间
2年10月17天

jQuery 几种写法

1.$(function(){ $( '#google' ).click(function(){ alert( $(this).text() ); return false; }); });这种写法是放在页面中任何一个地方都有效2. (funct