{"id":595,"date":"2021-09-16T23:00:14","date_gmt":"2021-09-16T15:00:14","guid":{"rendered":"http:\/\/log.tanxiaodian.com\/?p=595"},"modified":"2021-09-16T23:00:57","modified_gmt":"2021-09-16T15:00:57","slug":"php%e6%a8%a1%e6%8b%9f%e7%99%bb%e5%bd%95%e5%90%8e%e6%93%8d%e4%bd%9c","status":"publish","type":"post","link":"https:\/\/log.tanxiaodian.com\/?p=595","title":{"rendered":"php\u6a21\u62df\u767b\u5f55\u540e\u64cd\u4f5c"},"content":{"rendered":"\n<p>1\u3001\u786e\u5b9a\u767b\u5f55\u53c2\u6570\u5e76\u6784\u9020<\/p>\n\n\n\n<p>2\u3001\u6307\u5b9acookie\u5b58\u50a8\u6587\u4ef6\u8def\u5f84<\/p>\n\n\n\n<p>3\u3001\u4f7f\u7528\u7b2c\u4e8c\u6b65\u751f\u6210\u7684cookie\u6587\u4ef6\u8bf7\u6c42\u767b\u5f55<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>        \/\/cookie \u5b58\u653e\u8def\u5f84\r\n        $cookiePath = '\/usr\/local\/nginx\/html\/cookie_test\/caiji_jt';\r\n        \/\/\u6a21\u62df\u767b\u5f55\r\n        if(!file_exists($cookiePath)) {\r\n            echo \"\u767b\u5f55__\". PHP_EOL;\r\n            $LoginData= curl_post('https:\/\/www.jtgloble.com\/user.php', $loginData, $cookiePath);\r\n        } else {\r\n            echo \"\u5df2\u767b\u5f55__\". PHP_EOL;\r\n        }<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>function curl_post($url, $data = &#91;], $cookie = false)\r\n    {\r\n        \/\/ \u521d\u59cb\u5316\r\n        $ch = curl_init();\r\n        \/\/ \u8bbe\u7f6epost\u65b9\u5f0f\u63d0\u4ea4\r\n        curl_setopt($ch, CURLOPT_POST, 1);\r\n        \/\/ \u8bbe\u7f6e\u5934\u6587\u4ef6\u7684\u4fe1\u606f\u4f5c\u4e3a\u6570\u636e\u6d41\u8f93\u51fa\r\n        curl_setopt($ch, CURLOPT_HEADER, 0);\r\n        \/\/ \u662f\u5426\u8981\u6c42\u8fd4\u56de\u6570\u636e\r\n        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\r\n        \/\/ \u8bbe\u7f6e\u6293\u53d6\u7684url\r\n        curl_setopt($ch, CURLOPT_URL, $url);\r\n        \/\/ \u63d0\u4ea4\u7684\u6570\u636e\r\n        curl_setopt($ch, CURLOPT_POSTFIELDS, $data);\r\n        \/\/ \u662f\u5426\u68c0\u6d4b\u670d\u52a1\u5668\u7684\u8bc1\u4e66\u662f\u5426\u7531\u6b63\u89c4\u6d4f\u89c8\u5668\u8ba4\u8bc1\u8fc7\u7684\u6388\u6743CA\u9881\u53d1\u7684\r\n        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);\r\n        if($cookie !== false) {\r\n            curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie); \/\/\u8bbe\u7f6ecookie\u4fe1\u606f\u4fdd\u5b58\u5728\u6307\u5b9a\u7684\u6587\u4ef6\u5939\u4e2d\r\n        }\r\n        \/\/ \u6267\u884c\u547d\u4ee4\r\n        $result = curl_exec($ch);\r\n        \/\/ \u5173\u95edURL\u8bf7\u6c42(\u91ca\u653e\u53e5\u67c4)\r\n        curl_close($ch);\r\n        return $result;\r\n    }<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>$contents = $mMyDom->get_myContent($url, $cookiePath);\npublic  function get_myContent($url, $cookiePath)\r\n    {\r\n        $ch = curl_init($url);\r\n        curl_setopt($ch, CURLOPT_HEADER, 0);\r\n        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\r\n        curl_setopt($ch, CURLOPT_COOKIEFILE, $cookiePath);\r\n        $contents = curl_exec($ch);\r\n        curl_close($ch);\r\n        return $contents;\r\n    }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u786e\u5b9a\u767b\u5f55\u53c2\u6570\u5e76\u6784\u9020 2\u3001\u6307\u5b9acookie\u5b58\u50a8\u6587&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/log.tanxiaodian.com\/?p=595\">Continue reading<span class=\"screen-reader-text\">php\u6a21\u62df\u767b\u5f55\u540e\u64cd\u4f5c<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[92],"_links":{"self":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/595"}],"collection":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=595"}],"version-history":[{"count":1,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/595\/revisions"}],"predecessor-version":[{"id":596,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/595\/revisions\/596"}],"wp:attachment":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}