240 发简信
IP属地:广东
  • python3 urllib个人学习笔记

    get请求 urllib.request.urlopen最简单的方式 使用Request的方式 自己创建build_opener post请求 ...