随笔 - 314  文章 - 1 评论 - 127 阅读 - 135万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

04 2021 档案
php发送https请求
摘要:<?php function curl_get_https($url) { $curl = curl_init(); //如果需要参数,设置POST参数 $post_string = array('usercode'=>'123456','password'=>'123'); curl_setopt 阅读全文
posted @ 2021-04-22 17:01 garfieldtom 阅读(293) 评论(0) 推荐(0) 编辑
python发起https请求
摘要:import urllib.request import ssl ssl._create_default_https_context = ssl._create_unverified_context response = urllib.request.urlopen('https://www.bai 阅读全文
posted @ 2021-04-22 16:53 garfieldtom 阅读(1172) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示