摘要: 贴出源码 1 @app.route('/getUrl', methods=['GET', 'POST']) 2 def getUrl(): 3 url = request.args.get("url") 4 host = parse.urlparse(url).hostname 5 #解析url,赋 阅读全文
posted @ 2020-02-09 23:34 Chr1sto 阅读(617) 评论(0) 推荐(0)