摘要: 在Windows7下面使用pip install requests提示could not find a vision that satisfies the requirement docopt的错误 1、可以尝试,easy_install requests 2、下载一个kennethreitz-re 阅读全文
posted @ 2017-04-18 17:31 学习学到发光 阅读(435) 评论(0) 推荐(0)
摘要: 字符串的方法: startswith(单个字符或字符串),在字符串中判断以单个字符或字符串开头的字符串 endswith(单个字符或字符串),在字符串中判断以单个字符或字符串结尾的字符串 例子: 阅读全文
posted @ 2017-04-06 22:01 学习学到发光 阅读(182) 评论(0) 推荐(0)