@route("/url1")
def func1()
#To do...
@route("/url2")
def func2():
#To do...
想在func2里面调用func1,使用python requests库握销者,在func2里面发起post请求
其它做法博客链接:
https://blog.csdn.net/u013247765/article/details/81166027
我的做法
import requests
@route("/url2")
def func2():
requests.post("http://server_ip:server_port/url1", json={key: value})
验段薯证有效
pip install flask安装完成flask后可以再下面信樱看到flask的安装目录
讲这个目录添加到环境中(如果是凳腔eclipse,添枣坦衫加到 windows--preferences--pydev--interpreters--python interpreter页面的new folder中
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)