You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"# Open URL in new window, raising the window if possible.\n"
"webbrowser.open_new(url)"
msgstr ""
"url = 'https://docs.python.org/'\n"
"\n"
"# 如果瀏覽器視窗已打開,則在新分頁中開啟 URL。\n"
"webbrowser.open_new_tab(url)\n"
"\n"
"# 在新視窗中開啟 URL,如果可能的話提升視窗。\n"
"webbrowser.open_new(url)"
#: ../../library/webbrowser.rst:218
msgid "Browser Controller Objects"
msgstr ""
msgstr "瀏覽器控制器物件"
#: ../../library/webbrowser.rst:220
msgid ""
"Browser controllers provide these methods which parallel three of the module-"
"level convenience functions:"
msgstr ""
msgstr "瀏覽器控制器提供了這些與三個模組層級便利函式相同的方法:"
#: ../../library/webbrowser.rst:226
msgid "System-dependent name for the browser."
msgstr ""
msgstr "瀏覽器的系統相依名稱 (system-dependent name)。"
#: ../../library/webbrowser.rst:231
msgid ""
"Display *url* using the browser handled by this controller. If *new* is 1, a "
"new browser window is opened if possible. If *new* is 2, a new browser page "
"(\"tab\") is opened if possible."
msgstr ""
"使用此控制器處理的瀏覽器顯示 *url*。如果 *new* 為 1,則盡可能開啟一個新的瀏覽"
"器視窗。如果 *new* 為 2,則盡可能開啟一個新的瀏覽器分頁 (\"tab\")。"
#: ../../library/webbrowser.rst:238
msgid ""
"Open *url* in a new window of the browser handled by this controller, if "
"possible, otherwise, open *url* in the only browser window. Alias :func:"
"`open_new`."
msgstr ""
"盡可能在此控制器處理的瀏覽器的新視窗中開啟 *url*,否則在唯一的瀏覽器視窗中開"
"啟 *url*。別名為 :func:`open_new`。"
#: ../../library/webbrowser.rst:245
msgid ""
"Open *url* in a new page (\"tab\") of the browser handled by this "
"controller, if possible, otherwise equivalent to :func:`open_new`."
msgstr ""
"盡可能在此控制器處理的瀏覽器的新分頁 (\"tab\") 中開啟 *url*,否則相當於 :"
"func:`open_new`。"
#: ../../library/webbrowser.rst:250
msgid "Footnotes"
msgstr "註解"
msgstr "註腳"
#: ../../library/webbrowser.rst:251
msgid ""
"Executables named here without a full path will be searched in the "
"directories given in the :envvar:`PATH` environment variable."
msgstr ""
"此處命名的無完整路徑可執行檔將在 :envvar:`PATH` 環境變數中給定的目錄中被搜"
"尋。"
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.