flask 中的endpoint有什么用?

url到view function之间的一个中间概念,默认是view function的名字,相比于直接使用view function, 使用end point 提供了一个命名空间,可以让不同蓝图的view function有相同名称的view function

https://*.com/questions/19261833/what-is-an-endpoint-in-flask

上一篇:带你玩转*-3


下一篇:git提交碰到提示 Unable to create './.git/index.lock ' files exists ,中文网络搜索的第二种解决办法