$(function(){ $.ajax( { url:'{:U('shenhe')}',// 跳转到 action data:{ }, type:'post', cache:false, dataType:'json', success:function(data) { if(data.status ==1 ){ $('.check').css('display','inline'); }else{ $('.check').css('display','none'); } }, error : function() { alert("异常!"); } }); });