08 2018 档案

摘要:import osimport requestsfrom bs4 import BeautifulSoup# 获取HTML文档def get_html(url): response = requests.get(url) response.encoding = 'uft-8' return resp 阅读全文
posted @ 2018-08-20 21:04 进阶的哈姆雷特 阅读(2819) 评论(0) 推荐(0)
摘要:读取数据库的数据并返回到前台显示 阅读全文
posted @ 2018-08-17 11:01 进阶的哈姆雷特 阅读(3359) 评论(0) 推荐(0)