2023年2月20日
摘要: 需求描述: 请给我一个flask接口用于获取后端服务器上的静态资源 对话内容: 1 from flask import Flask, send_from_directory 2 app = Flask(__name__) 3 4 # 将`/static`目录下的文件提供给客户端 5 @app.rou 阅读全文
posted @ 2023-02-20 15:53 Colliventy 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 需求描述: 我需要一个程序,该程序可以通过抖音用户的主页链接,获取用户的关注数量,粉丝数量,获取到的赞的数量和主页展示的视频 对话内容: I need a program that can obtain the number of users' attention, the number of fa 阅读全文
posted @ 2023-02-20 15:35 Colliventy 阅读(143) 评论(0) 推荐(0) 编辑