Django Book 翻译
菜单>:
TOC
返回
原文:
Finally, note that ``HttpResponse`` implements a ``write()`` method, which makes is suitable for use anywhere that Python expects a filelike object. See Chapter 11 for some examples of using this technique.
翻译:
最后,注意 ``HttpResponse`` 实现了一个 ``write()`` 方法,使其可以在任何可以使用类文件对象的地方使用。 这方面的例子见第11章。
备注:
译者: