我是在 Web 开发环境中使用 Python 的新手(我以前只是用它来编写我在命令行上运行的脚本)。我希望通过 AJAX 从 HTML 页面发送一些输入参数,运行 python 脚本,然后将我的 python 脚本生成的 JSON 对象发送回网页。我试图让这个例子运行只是为了了解它是如何工作的:
http://davidderiso.com/post/6168199987/using-python-and-jquery#disqus_thread
我从 test.py 收到此错误消息:
Failed to load resource: the server responded with a status of 501 (Unsupported method ('POST'))
我需要用烧瓶或瓶子之类的东西运行这个 python 脚本吗?对不起,当谈到这些东西时,我是个新手!
谢谢!