摘要: from bs4 import BeautifulSoup soup = BeautifulSoup(content, 'html.parser') # content为获取的用户上传内容 tags = soup.find_all() for tag in tags: if tag.name == 阅读全文
posted @ 2020-04-17 20:20 10132714 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1. 先下载kindeditor<script charset="utf-8" src="/static/kindeditor/kindeditor-all-min.js"></script> # 文件路径配置<script> KindEditor.ready(function (K) { wind 阅读全文
posted @ 2020-04-17 20:04 10132714 阅读(436) 评论(0) 推荐(0) 编辑