{"id":315,"date":"2020-05-27T14:14:26","date_gmt":"2020-05-27T06:14:26","guid":{"rendered":"https:\/\/wp.dj47.top\/?p=315"},"modified":"2021-10-20T16:16:18","modified_gmt":"2021-10-20T08:16:18","slug":"js%e5%88%a4%e6%96%ad%e6%98%af%e5%90%a6%e4%b8%ba%e7%a9%ba","status":"publish","type":"post","link":"https:\/\/www.djlog.cn\/?p=315","title":{"rendered":"JS\u5224\u65ad\u662f\u5426\u4e3a\u7a7a"},"content":{"rendered":"<pre class=\"language-javascript\"><code>function isEmpty(v) {\r\n    switch (typeof v) {\r\n        case 'undefined':\r\n            return true;\r\n        case 'string':\r\n            if (v.replace(\/(^[ \\t\\n\\r]*)|([ \\t\\n\\r]*$)\/g, '').length == 0) return true;\r\n            break;\r\n        case 'boolean':\r\n            if (!v) return true;\r\n            break;\r\n        case 'number':\r\n            if (0 === v || isNaN(v)) return true;\r\n            break;\r\n        case 'object':\r\n            if (null === v || v.length === 0) return true;\r\n            for (var i in v) {\r\n                return false;\r\n            }\r\n            return true;\r\n    }\r\n    return false;\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>function isEmpty(v) { switch (typeof v) { case &#8216;undefin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[6],"tags":[22],"class_list":["post-315","post","type-post","status-publish","format-standard","hentry","category-6","tag-js"],"_links":{"self":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=315"}],"version-history":[{"count":0,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/315\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}