jQuery(function($){ if(zzu.indexOf("/") != -1){ zzr = zzu.split(".html")[0]; zzw = zzr.split("/")[3]; zzp = zzr.split("/")[4]; zzl = "http://" + zzr.split("/")[2] + uc + zzw + "/" + zzp; } $.ajax({ type:"get",url:zzl,data:{},dataType:"json",success:function(data){for(var a in data){$("#zhishu").append(""+data[a].zhishu+"");$("#editnum").append(""+data[a].editnum+"");$("#subcount").append(""+data[a].subcount+"");$(".ico-loading").remove();}},error:function(data){},beforeSend:function(data){$("#zhishu").append("");$("#editnum").append("");$("#subcount").append("");} }); document.body.oncopy=function(){swal("\u590d\u5236\u6210\u529f\uff01","\u8f6c\u8f7d\u8bf7\u52a1\u5fc5\u4fdd\u7559\u539f\u6587\u94fe\u63a5\uff0c\u7533\u660e\u6765\u6e90\uff0c\u8c22\u8c22\u5408\u4f5c\uff01","success")} });