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 c10ef88 commit c4f1723Copy full SHA for c4f1723
1 file changed
library/urllib.request.po
@@ -1702,10 +1702,13 @@ msgid ""
1702
"The third argument may be ``-1`` on older FTP servers which do not return a "
1703
"file size in response to a retrieval request."
1704
msgstr ""
1705
+"第二个参数指定文件的保存位置(若未给出,则会是名称随机生成的临时文件)。第三个参数是个可调用对象,在建立网络连接时将会调用一次,之后每次读完数据块后会调用一次。该可调用对象将会传入"
1706
+" 3 个参数:已传输的块数、块的大小(以字节为单位)和文件总的大小。如果面对的是老旧 FTP 服务器,文件大小参数可能会是 ``-1`` "
1707
+",这些服务器响应读取请求时不会返回文件大小。"
1708
1709
#: ../../library/urllib.request.rst:1369
1710
msgid "The following example illustrates the most common usage scenario::"
-msgstr ""
1711
+msgstr "以下例子演示了大部分常用场景:"
1712
1713
#: ../../library/urllib.request.rst:1376
1714
msgid ""
0 commit comments