Camora丶

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
$.ajax({
  beforeSend:function(){
    $("#showMes").html('loading...');
    },
  success:function(){
    $("#showMes").html('');
  }
});
 
posted on 2016-06-29 15:31  Camora丶  阅读(593)  评论(0)    收藏  举报