js 方法

(function($){

 $(function(){

   $("p").click(function(){

        alert($(this).text());

    });

});

})(jQuery)

posted @ 2016-07-12 11:56  xjt360  阅读(112)  评论(0编辑  收藏  举报