问题:http post请求网页会出现405
原因: Apache、IIS、Nginx等绝大多数web服务器,都不允许静态文件响应POST请求
解决:将post请求改为get请求
上一篇:cast函数 SQL中的cast()函数
下一篇:描述Python类属性