{"id":1019,"date":"2017-03-13T17:36:26","date_gmt":"2017-03-13T09:36:26","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=1019"},"modified":"2017-03-13T17:31:13","modified_gmt":"2017-03-13T09:31:13","slug":"%e5%9b%be%e7%89%87%e6%9c%aa%e5%8a%a0%e8%bd%bd%e5%ae%8c%e6%98%be%e7%a4%baloading%e6%88%96%e5%85%b6%e4%bb%96%e5%9b%be%e7%89%87%e6%95%88%e6%9e%9c","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=1019","title":{"rendered":"\u56fe\u7247\u672a\u52a0\u8f7d\u5b8c\u663e\u793aloading\u6216\u5176\u4ed6\u56fe\u7247\u6548\u679c"},"content":{"rendered":"<pre class=\"brush:js;toolbar:false\">&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=\"UTF-8\"&gt;\r\n&lt;title&gt;\u56fe\u7247\u672a\u52a0\u8f7d\u5b8c\u663e\u793aloading\u6548\u679c&lt;\/title&gt;\r\n&lt;style&gt;\r\n    img{float:left;width:200px;height:200px;margin:0 10px 10px 0}\r\n&lt;\/style&gt;\r\n    &lt;script src=\"jquery-2.1.1.min.js\"&gt;&lt;\/script&gt;\r\n&lt;script&gt;\r\n    \/\/\u5224\u65ad\u6d4f\u89c8\u5668\r\n    var Browser=new Object();\r\n    Browser.userAgent=window.navigator.userAgent.toLowerCase();\r\n    Browser.ie=\/msie\/.test(Browser.userAgent);\r\n    Browser.Moz=\/gecko\/.test(Browser.userAgent);\r\n\r\n    \/\/\u5224\u65ad\u662f\u5426\u52a0\u8f7d\u5b8c\u6210\r\n    function Imagess(url,imgid,callback){\r\n        var val=url;\r\n        var img=new Image();\r\n        if(Browser.ie){\r\n            img.onreadystatechange =function(){\r\n                if(img.readyState==\"complete\"||img.readyState==\"loaded\"){\r\n                    callback(img,imgid);\r\n                }\r\n            }\r\n        }else if(Browser.Moz){\r\n            img.onload=function(){\r\n                if(img.complete==true){\r\n                    callback(img,imgid);\r\n                }\r\n            }\r\n        }\r\n        \/\/\u5982\u679c\u56e0\u4e3a\u7f51\u7edc\u6216\u56fe\u7247\u7684\u539f\u56e0\u53d1\u751f\u5f02\u5e38\uff0c\u5219\u663e\u793a\u8be5\u56fe\u7247\r\n        img.onerror=function(){img.src=\"http:\/\/www.86y.org\/images\/failed.png\"}\r\n        img.src=val;\r\n    }\r\n\r\n    \/\/\u663e\u793a\u56fe\u7247\r\n    function checkimg(obj,imgid){\r\n        document.getElementById(imgid).src=obj.src;\r\n    }\r\n    \/\/\u521d\u59cb\u5316\u9700\u8981\u663e\u793a\u7684\u56fe\u7247\uff0c\u5e76\u4e14\u6307\u5b9a\u663e\u793a\u7684\u4f4d\u7f6e\r\n    window.onload=function(){\r\n        $.ajax({\r\n            url:\"json.json\",\r\n            type:\"post\",\r\n            success:function(data){\r\n                var data=data.json;\r\n                var str='';\r\n                for(var i=0;i&lt;data.length;i++){\r\n                    str+=\"&lt;img id='img0\"+i+\"' data='img\/\"+data[i].img+\"' title='\"+data[i].title+\"' style='background:url(http:\/\/www.86y.org\/images\/loading.gif) no-repeat center center;'&gt;\"\r\n                }\r\n                $(\"#imagelist\").append(str);\r\n                for(var i=0;i&lt;$(\"img\").length;i++){\r\n                    Imagess($(\"img\").eq(i).attr(\"data\"),$(\"img\").eq(i).attr(\"id\"),checkimg);\r\n                }\r\n            }\r\n        });\r\n    }\r\n&lt;\/script&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;div id=\"imagelist\"&gt;\r\n\r\n&lt;\/div&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p class=\"post-copyright\">\u6b22\u8fce\u5206\u4eab\u672c\u6587\uff0c\u8f6c\u8f7d\u8bf7\u4fdd\u7559\u51fa\u5904\uff1a<a href=\"http:\/\/www.qdabc.cn\">\u524d\u7aefABC<\/a> &raquo; <a href=\"http:\/\/www.qdabc.cn\/?p=1019\">\u56fe\u7247\u672a\u52a0\u8f7d\u5b8c\u663e\u793aloading\u6216\u5176\u4ed6\u56fe\u7247\u6548\u679c<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt;\u56fe\u7247\u672a\u52a0\u8f7d\u5b8c\u663e\u793alo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":322,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[34],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1019"}],"collection":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1019"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1019\/revisions"}],"predecessor-version":[{"id":1020,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1019\/revisions\/1020"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/media\/322"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1019"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1019"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1019"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}