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 4e4a640 commit eba7167Copy full SHA for eba7167
1 file changed
library/os.po
@@ -4200,6 +4200,9 @@ msgid ""
4200
"in a list or tuple as the *args* parameter. In either case, the arguments "
4201
"to the child process must start with the name of the command being run."
4202
msgstr ""
4203
+":func:`spawn\\* <spawnl>` 函数的 \"l\" 和 \"v\" 变体不同在于命令行参数的传递方式。如果在编码时固定了参数数量,则"
4204
+" \"l\" 变体可能是最方便的,各参数作为 :func:`spawnl\\*` 函数的附加参数传入即可。当参数数量可变时,\"v\" "
4205
+"变体更方便,参数以列表或元组的形式作为 *args* 参数传递。在这两种情况下,子进程的第一个参数都必须是即将运行的命令名称。"
4206
4207
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3462
4208
msgid ""
0 commit comments