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 23bbb84 commit a1d1e8dCopy full SHA for a1d1e8d
1 file changed
tutorial/inputoutput.po
@@ -483,6 +483,9 @@ msgid ""
483
"complex data types like nested lists and dictionaries, parsing and "
484
"serializing by hand becomes complicated."
485
msgstr ""
486
+"字符串可以很轻松地写入文件并从文件中读取出来。数字可能会费点劲,因为 :meth:`read` 方法只能返回字符串,这些字符串必须传递给类似 "
487
+":func:`int` 的函数,它会接受类似 ``'123'`` 这样的字符串并返回其数字值 "
488
+"123。当你想保存诸如嵌套列表和字典这样更复杂的数据类型时,手动解析和序列化会变得复杂。"
489
490
#: ../../tutorial/inputoutput.rst:457
491
msgid ""
0 commit comments