Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望将 php 包含在我的页眉、导航、页脚等中。想知道最好的方法是什么以及如何实现?
我听说过使用兼容的罐子。这样就够了吗?如果是这样,我将如何实施。
我在mac上使用java eclipse。
提前致谢。斯科特
您不能在 Google App Engine 上使用 PHP,因此您的模板必须依赖 Django 或 Jinja2 或其他框架。
您可能想改用JSP 包含:
<jsp:include page="{relativeURL | <%= expression %>}" flush="true| false" />