Django Book 翻译
菜单>:
TOC
返回
原文:
If youre experienced in another Web development platform, such as PHP or Java, you may be thinking, Hey, lets use a query string parameter!, something like ``/time/plus?hours=3`` , in which the hours would be designated by the ``hours`` parameter in the URLs query string (the part after the ``?`` ).
翻译:
如果你有其他Web开发平台的经验,例如PHP或者JAVA,你可能会想,好吧,让我们来用一个 查询字符串参数来表示它们吧,例如 ``/time/plus?hours=3`` ,哪个时间段用 ``hours`` 参数代表,URL的查询字符串(query string)是URL里 ``?`` 后面的字符串。
备注:
译者: