摘要: eg1: @app.route('/getUrl', methods=['GET', 'POST']) def getUrl(): url = request.args.get("url") host = parse.urlparse(url).hostname #解析主机名 if host == 阅读全文
posted @ 2023-12-04 18:33 咿呀鲸落 阅读(89) 评论(0) 推荐(0)