摘要: re_path(r"report_img/(.*)$",views.ReportImage.as_view()) def return_img(request): img_dir = os.path.join(BASE_DIR,"day_report_form") img = img_dir + " 阅读全文
posted @ 2023-01-15 16:04 卫龙吖 阅读(92) 评论(0) 推荐(0)
摘要: 环境安装 pip install snapshot-phantomjs pip install pyecharts npm install phantomjs-prebuilt -g python 代码 from pyecharts.render import make_snapshot from 阅读全文
posted @ 2023-01-15 16:01 卫龙吖 阅读(180) 评论(0) 推荐(0)