Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56602a commit 3be303fCopy full SHA for 3be303f
1 file changed
library/urllib.request.po
@@ -1713,10 +1713,13 @@ msgid ""
1713
"The third argument may be ``-1`` on older FTP servers which do not return a "
1714
"file size in response to a retrieval request."
1715
msgstr ""
1716
+"第二个参数指定文件的保存位置(若未给出,则会是名称随机生成的临时文件)。第三个参数是个可调用对象,在建立网络连接时将会调用一次,之后每次读完数据块后会调用一次。该可调用对象将会传入"
1717
+" 3 个参数:已传输的块数、块的大小(以字节为单位)和文件总的大小。如果面对的是老旧 FTP 服务器,文件大小参数可能会是 ``-1`` "
1718
+",这些服务器响应读取请求时不会返回文件大小。"
1719
1720
#: ../../library/urllib.request.rst:1368
1721
msgid "The following example illustrates the most common usage scenario::"
-msgstr ""
1722
+msgstr "以下例子演示了大部分常用场景:"
1723
1724
#: ../../library/urllib.request.rst:1375
1725
msgid ""
0 commit comments