11 2020 档案

摘要:一、 二、 三、 四、 五、 阅读全文
posted @ 2020-11-28 14:01 闲云野鹤cs 阅读(450) 评论(0) 推荐(0)
摘要:1、requests库 https://requests.readthedocs.io/en/master/ 安装requests库,pip install requests python2.7.5 安装pip 1 先安装setuptools liunx : wget https://files.p 阅读全文
posted @ 2020-11-09 16:15 闲云野鹤cs 阅读(17) 评论(0) 推荐(0)
摘要:1、print打印变量 若打印中文,在文件开头加入 # -*- coding: UTF-8 -*- 或者 # coding=utf-8 cat >> 1.py << 'EOF'#!/usr/bin/python # -*- coding: UTF-8 -*- counter = 100 # 赋值整型 阅读全文
posted @ 2020-11-03 11:34 闲云野鹤cs 阅读(153) 评论(0) 推荐(0)