Django Book 翻译
菜单>:
TOC
返回
原文:
As our first goal, lets create a Web page that displays the current date and time. This is a good example of a *dynamic* Web page, because the contents of the page are not staticrather, the contents change according to the result of a computation (in this case, a calculation of the current time). This simple example doesnt involve a database or any sort of user inputjust the output of your servers internal clock.
翻译:
我们的第一个目标是创建一个显示当前日期和时间的网页。这是一个不错的 *动态* 网页范例,因为该页面的内容不是静态的。相反,其内容是随着计算(本例中是对当前时间的计算)的结果而变化的。这个简单的范例既不涉及数据库,也不需要任何用户输入,仅输出服务器的内部时钟。
备注:
译者: