{"id":1193,"date":"2020-11-10T15:08:44","date_gmt":"2020-11-10T07:08:44","guid":{"rendered":"http:\/\/123.57.164.21\/?p=1193"},"modified":"2020-11-10T15:08:44","modified_gmt":"2020-11-10T07:08:44","slug":"js%e4%b8%ad-%e6%a0%b9%e6%8d%ae%e6%97%b6%e5%8c%ba%e6%a0%bc%e5%bc%8f%e5%8c%96%e6%97%a5%e6%9c%9f","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=1193","title":{"rendered":"JS\u4e2d \u6839\u636e\u65f6\u533a\u683c\u5f0f\u5316\u65e5\u671f"},"content":{"rendered":"\n<ul><li>\u9996\u5148\u6269\u5c55Date\u7c7b\u578b\uff0c\u6dfb\u52a0Format\u65b9\u6cd5\u3002<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/\/ \u5bf9Date\u7684\u6269\u5c55\uff0c\u5c06 Date \u8f6c\u5316\u4e3a\u6307\u5b9a\u683c\u5f0f\u7684String   \n\/\/ \u6708(M)\u3001\u65e5(d)\u3001\u5c0f\u65f6(h)\u3001\u5206(m)\u3001\u79d2(s)\u3001\u5b63\u5ea6(q) \u53ef\u4ee5\u7528 1-2 \u4e2a\u5360\u4f4d\u7b26\uff0c   \n\/\/ \u5e74(y)\u53ef\u4ee5\u7528 1-4 \u4e2a\u5360\u4f4d\u7b26\uff0c\u6beb\u79d2(S)\u53ea\u80fd\u7528 1 \u4e2a\u5360\u4f4d\u7b26(\u662f 1-3 \u4f4d\u7684\u6570\u5b57)   \n\/\/ \u4f8b\u5b50\uff1a   \n\/\/ (new Date()).Format(\"yyyy-MM-dd hh:mm:ss.S\") ==> 2006-07-02 08:09:04.423   \n\/\/ (new Date()).Format(\"yyyy-M-d h:m:s.S\")      ==> 2006-7-2 8:9:4.18   \nDate.prototype.Format = function(fmt)   \n{ \/\/author: meizz   \n  var o = {   \n    \"M+\" : this.getMonth()+1,                 \/\/\u6708\u4efd   \n    \"d+\" : this.getDate(),                    \/\/\u65e5   \n    \"h+\" : this.getHours(),                   \/\/\u5c0f\u65f6   \n    \"m+\" : this.getMinutes(),                 \/\/\u5206   \n    \"s+\" : this.getSeconds(),                 \/\/\u79d2   \n    \"q+\" : Math.floor((this.getMonth()+3)\/3), \/\/\u5b63\u5ea6   \n    \"S\"  : this.getMilliseconds()             \/\/\u6beb\u79d2   \n  };   \n  if(\/(y+)\/.test(fmt))   \n    fmt=fmt.replace(RegExp.$1, (this.getFullYear()+\"\").substr(4 - RegExp.$1.length));   \n  for(var k in o)   \n    if(new RegExp(\"(\"+ k +\")\").test(fmt))   \n  fmt = fmt.replace(RegExp.$1, (RegExp.$1.length==1) ? (o[k]) : ((\"00\"+ o[k]).substr((\"\"+ o[k]).length)));   \n  return fmt;   \n}  \n<\/pre>\n\n\n\n<ul><li>\u4f7f\u7528\u7684\u4f8b\u5b50<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">  \/\/ \u4e2d\u56fd\u7684\u5317\u4eac\u7684\u65f6\u533a\n  let targetTimezone = -8\n  let _dif = new Date().getTimezoneOffset()\n  let east9time = new Date().getTime() + _dif * 60 * 1000 - (targetTimezone * 60 * 60 * 1000)\n  const myDate = new Date(east9time)\n  var formatDate = myDate.Format(\"yyyyMMdd\");<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148\u6269\u5c55Date\u7c7b\u578b\uff0c\u6dfb\u52a0Format\u65b9\u6cd5\u3002 \u4f7f\u7528\u7684\u4f8b\u5b50<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1193"}],"collection":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1193"}],"version-history":[{"count":1,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1193\/revisions"}],"predecessor-version":[{"id":1194,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1193\/revisions\/1194"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}