#2019-11-23 import requests import time import re #Python正则表达式库 if __name__=='__main__': #海量爬取图片数据 #进入网站(一般商业图片素材公司网站版权保护做得比较好,不容易爬取) #https://www.pexels.com/(该网站图片免费,易于爬取) #搜索关键词<man>,Chrome按下F12查看源码,发现图片链接 url_picture='https://www.pexels.com/searc…
public static final String POEM= "Twas brilling, and the slithy toves\n" + "Did gyre and gimble in the wabe.\n"+ "All mimsy were the borogoves,\n" + "And the mome rathsoutgrable.\n\n"+ "Beware the Jabberwork, m…