我在 Python 中有一个简单的 Hello World 应用程序,我正在与 AppEngine 一起使用,但我想将它插入一个 HTML 文件中,如下所示:我有一个名为 test.html 的文件,上面有这个片段:
<center><img src="test.png></center>
// Here comes the Python App //
我想将 Python 应用程序的输出放在这个空间中,就像我可以使用 Servlets(Java) 一样。
问候。
您应该阅读 AppEngine 站点上的入门文档。特别是围绕模板: http ://code.google.com/appengine/docs/python/gettingstarted/templates.html 。
我真的建议使用样板模板 https://github.com/coto/gae-boilerplate 这将为您提供用于开发有用和专业网站的布局和模板结构