{"id":301885,"date":"2021-01-17T21:02:46","date_gmt":"2021-01-17T13:02:46","guid":{"rendered":"http:\/\/4563.org\/?p=301885"},"modified":"2021-01-17T21:02:46","modified_gmt":"2021-01-17T13:02:46","slug":"typescript-%e9%87%8c%e7%9a%84%e8%bf%99%e7%a7%8d%e5%86%99%e6%b3%95%e6%98%af%e4%bb%80%e4%b9%88%e6%84%8f%e6%80%9d%ef%bc%9f","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=301885","title":{"rendered":"Typescript \u91cc\u7684\u8fd9\u79cd\u5199\u6cd5\u662f\u4ec0\u4e48\u610f\u601d\uff1f"},"content":{"rendered":"<div>\n<div>\n<div>\n<h1>                  Typescript \u91cc\u7684\u8fd9\u79cd\u5199\u6cd5\u662f\u4ec0\u4e48\u610f\u601d\uff1f               <\/h1>\n<p> <\/p>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : tsuih <\/span>  <span><i><\/i> 7<\/span> <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div isfirst=\"1\"> <\/p>\n<p>\u5728\u770b\u6e90\u7801\u7684\u65f6\u5019\u53d1\u73b0\u4e0b\u9762\u8fd9\u79cd\u5199\u6cd5\uff0c\u4e0d\u660e\u767d\u662f\u4ec0\u4e48\u610f\u601d\uff0c\u8bf7\u6559\u4e00\u4e0b\u5404\u4f4d\uff1a<\/p>\n<pre><code>const temp: ToughCookieFileStore = {     [domain]: {         [path]: {             [name]: {                 key: name,                 value: etcCookie.value,                 expires,                 domain,                 path,                 secure: etcCookie.secure,                 httpOnly: etcCookie.httpOnly,                 hostOnly: etcCookie.hostOnly,             },         },     }, }; <\/code><\/pre>\n<p>\u4e0b\u9762\u662f\u63a5\u53e3\u7684\u58f0\u660e<\/p>\n<pre><code> export interface ToughCookieFileStore {   [site: string]: TCFSPaths; }  export interface TCFSPaths {   [site: string]: TCFSCookies; }  export interface TCFSCookies {   [cookieName: string]: TCFSCookieAttributes; }  export interface TCFSCookieAttributes {   key: string;   value: string;   expires?: string;   maxAge?: number;   domain: string;   path: string;   secure?: boolean;   httpOnly?: boolean;   extensions?: string[];   hostOnly: boolean;   creation?: string;   lastAccessed?: string; } <\/code><\/pre>\n<\/p><\/div>\n<div> <b>\u5927\u4f6c\u6709\u8a71\u8aaa<\/b> (<span>5<\/span>)        <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<ul>\n<li data-pid=\"5061287\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : CismonX <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             https:\/\/www.typescriptlang.org\/docs\/handbook\/interfaces.html#indexable-types                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"5061288\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : noe132 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             domain \u662f\u53d8\u91cf\uff0c\u7528 domain \u7684\u503c\u505a key \u3002\u65b9\u62ec\u53f7\u5185\u53ef\u4ee5\u662f\u4efb\u610f\u8868\u8fbe\u5f0f<\/p>\n<p>https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Operators\/Object_initializer<\/p>\n<p>\u4e0d\u8981\u88ab ts \u9a97\u4e86\uff0c\u8fd9\u662f js \u7684\u8bed\u6cd5                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"5061289\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : alexkuang <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u65b9\u62ec\u53f7\u91cc\u662f\u5bf9\u8c61\u7684\u52a8\u6001\u952e\u540d\uff0ces6 \u8bed\u6cd5\u8ddf ts \u65e0\u5173                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"5061290\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : bearboss <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u7d22\u5f15\u7b7e\u540d\uff0c\u5916\u9762\u4e24\u5c42\u5b9e\u9645\u4e0a\u5e76\u6ca1\u6709\u4ec0\u4e48\u9650\u5236\uff0c\u53ef\u4ee5\u8bbe\u7f6e\u4efb\u610f\u7684\u5b57\u7b26\u4e32\u4f5c\u4e3a\u5c5e\u6027\uff0c\u6700\u540e\u8fd9\u5c42\u624d\u9700\u8981\u7b26\u5408 TCFSCookieAttributes \u7684\u5b9a\u4e49                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"5061291\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : tsuih <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @noe132 \u591a\u8c22\uff0c\u5f88\u6709\u5e2e\u52a9                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li>\n","protected":false},"excerpt":{"rendered":"<p>Typescript \u91cc\u7684\u8fd9\u79cd\u5199\u6cd5&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/301885"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=301885"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/301885\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=301885"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=301885"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=301885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}