{"id":20594,"date":"2024-11-19T14:00:38","date_gmt":"2024-11-19T06:00:38","guid":{"rendered":"https:\/\/fwq.ai\/blog\/20594\/"},"modified":"2024-11-19T14:00:38","modified_gmt":"2024-11-19T06:00:38","slug":"sublime%e4%b8%adinput%e6%80%8e%e4%b9%88%e7%94%a8","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/20594\/","title":{"rendered":"sublime\u4e2dinput\u600e\u4e48\u7528"},"content":{"rendered":"<blockquote><p>\n  sublime text \u7684 input() \u51fd\u6570\u7528\u4e8e\u5728\u7f16\u8f91\u5668\u4e2d\u63d0\u793a\u7528\u6237\u8f93\u5165\uff0c\u7528\u6cd5\u5982\u4e0b\uff1ainput(prompt)\uff1a\u663e\u793a\u63d0\u793a\u6587\u672c\u5e76\u83b7\u53d6\u7528\u6237\u8f93\u5165\u3002\u53c2\u6570\uff1aprompt \u662f\u63d0\u793a\u7528\u6237\u8f93\u5165\u7684\u6587\u672c\u3002\u8fd4\u56de\u503c\uff1a\u8fd4\u56de\u7528\u6237\u8f93\u5165\u7684\u5b57\u7b26\u4e32\uff0c\u6216\u53d6\u6d88\u8f93\u5165\u65f6\u8fd4\u56de none\u3002\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/202404\/03\/2024040307271374572.jpg\" class=\"aligncenter\" title=\"sublime\u4e2dinput\u600e\u4e48\u7528\u63d2\u56fe\" alt=\"sublime\u4e2dinput\u600e\u4e48\u7528\u63d2\u56fe\" \/><\/p>\n<p><strong>Sublime Text \u4e2d Input \u7684\u7528\u6cd5<\/strong><\/p>\n<p>Sublime Text \u4e2d\u7684 input() \u51fd\u6570\u7528\u4e8e\u5728\u7f16\u8f91\u5668\u4e2d\u63d0\u793a\u7528\u6237\u8f93\u5165\u3002\u5b83\u6839\u636e\u4f20\u5165\u7684\u53c2\u6570\uff0c\u663e\u793a\u4e0d\u540c\u7684\u8f93\u5165\u63d0\u793a\u6846\u3002<\/p>\n<p><strong>\u7528\u6cd5\uff1a<\/strong><\/p>\n<pre>input(prompt)<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5176\u4e2d\uff1a<\/p>\n<ul>\n<li> <strong>prompt\uff1a<\/strong>\u8981\u663e\u793a\u7ed9\u7528\u6237\u7684\u63d0\u793a\u6587\u672c\u3002<\/li>\n<\/ul>\n<p><strong>\u8fd4\u56de\u503c\uff1a<\/strong><\/p>\n<p>input() \u51fd\u6570\u8fd4\u56de\u7528\u6237\u8f93\u5165\u7684\u6587\u672c\u503c\uff0c\u5982\u679c\u7528\u6237\u53d6\u6d88\u8f93\u5165\uff0c\u5219\u8fd4\u56de None\u3002<\/p>\n<p><strong>\u7c7b\u578b\uff1a<\/strong><\/p>\n<p>input() \u51fd\u6570\u7684\u63d0\u793a\u6587\u672c\u7c7b\u578b\u4e3a\u5b57\u7b26\u4e32\uff0c\u800c\u8fd4\u56de\u7684\u503c\u7c7b\u578b\u4e3a\u5b57\u7b26\u4e32\u6216 None\u3002<\/p>\n<p><strong>\u793a\u4f8b\uff1a<\/strong><\/p>\n<pre># \u63d0\u793a\u7528\u6237\u8f93\u5165\u540d\u79f0\nname = input(\"\u8bf7\u8f93\u5165\u60a8\u7684\u59d3\u540d\uff1a\")\n\n# \u6253\u5370\u7528\u6237\u8f93\u5165\u7684\u540d\u79f0\nprint(\"\u60a8\u7684\u59d3\u540d\u662f\uff1a\", name)<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u6ce8\u610f\u4e8b\u9879\uff1a<\/strong><\/p>\n<ul>\n<li>input() \u51fd\u6570\u4f1a\u5728\u5f53\u524d\u5149\u6807\u4f4d\u7f6e\u6682\u505c\u7a0b\u5e8f\u6267\u884c\uff0c\u76f4\u5230\u7528\u6237\u8f93\u5165\u5e76\u6309\u4e0b\u56de\u8f66\u952e\u3002<\/li>\n<li>\u5982\u679c\u7528\u6237\u53d6\u6d88\u8f93\u5165\uff08\u4f8b\u5982\u6309\u4e0b Esc \u952e\uff09\uff0cinput() \u51fd\u6570\u5c06\u8fd4\u56de None\u3002<\/li>\n<li>\u4e3a\u4e86\u663e\u793a\u4e00\u4e2a\u5e26\u6709\u591a\u884c\u7684\u8f93\u5165\u63d0\u793a\u6846\uff0c\u53ef\u4ee5\u5728\u63d0\u793a\u6587\u672c\u4e2d\u4f7f\u7528 \u6362\u884c\u7b26\u3002<\/li>\n<li>input() \u51fd\u6570\u4e0d\u80fd\u76f4\u63a5\u7528\u4e8e\u4ece\u547d\u4ee4\u884c\u83b7\u53d6\u8f93\u5165\uff0c\u9700\u8981\u4f7f\u7528 .run_command() \u6765\u6267\u884c\u547d\u4ee4\u3002<\/li>\n<\/ul>\n<p>\u4ee5\u4e0a\u5c31\u662f\u4e2dinput\u600e\u4e48\u7528\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>sublime text \u7684 input() \u51fd\u6570\u7528\u4e8e\u5728\u7f16\u8f91\u5668\u4e2d\u63d0\u793a\u7528\u6237\u8f93\u5165\uff0c\u7528\u6cd5\u5982\u4e0b\uff1ainput(prompt)\uff1a\u663e\u793a\u63d0\u793a\u6587\u672c\u5e76\u83b7\u53d6\u7528\u6237\u8f93\u5165\u3002\u53c2\u6570\uff1aprompt \u662f\u63d0\u793a\u7528\u6237\u8f93\u5165\u7684\u6587\u672c\u3002\u8fd4\u56de\u503c\uff1a\u8fd4\u56de\u7528\u6237\u8f93\u5165\u7684\u5b57\u7b26\u4e32\uff0c\u6216\u53d6\u6d88\u8f93\u5165\u65f6\u8fd4\u56de none\u3002 Sublime Text \u4e2d Input \u7684\u7528\u6cd5 Sublime Text \u4e2d\u7684 input() \u51fd\u6570\u7528\u4e8e\u5728\u7f16\u8f91\u5668\u4e2d\u63d0\u793a\u7528\u6237\u8f93\u5165\u3002\u5b83\u6839\u636e\u4f20\u5165\u7684\u53c2\u6570\uff0c\u663e\u793a\u4e0d\u540c\u7684\u8f93\u5165\u63d0\u793a\u6846\u3002 \u7528\u6cd5\uff1a input(prompt) \u767b\u5f55\u540e\u590d\u5236 \u5176\u4e2d\uff1a prompt\uff1a\u8981\u663e\u793a\u7ed9\u7528\u6237\u7684\u63d0\u793a\u6587\u672c\u3002 \u8fd4\u56de\u503c\uff1a input() \u51fd\u6570\u8fd4\u56de\u7528\u6237\u8f93\u5165\u7684\u6587\u672c\u503c\uff0c\u5982\u679c\u7528\u6237\u53d6\u6d88\u8f93\u5165\uff0c\u5219\u8fd4\u56de None\u3002 \u7c7b\u578b\uff1a input() \u51fd\u6570\u7684\u63d0\u793a\u6587\u672c\u7c7b\u578b\u4e3a\u5b57\u7b26\u4e32\uff0c\u800c\u8fd4\u56de\u7684\u503c\u7c7b\u578b\u4e3a\u5b57\u7b26\u4e32\u6216 None\u3002 \u793a\u4f8b\uff1a # \u63d0\u793a\u7528\u6237\u8f93\u5165\u540d\u79f0 name = input(&#8220;\u8bf7\u8f93\u5165\u60a8\u7684\u59d3\u540d\uff1a&#8221;) # \u6253\u5370\u7528\u6237\u8f93\u5165\u7684\u540d\u79f0 print(&#8220;\u60a8\u7684\u59d3\u540d\u662f\uff1a&#8221;, name) \u767b\u5f55\u540e\u590d\u5236 \u6ce8\u610f\u4e8b\u9879\uff1a input() \u51fd\u6570\u4f1a\u5728\u5f53\u524d\u5149\u6807\u4f4d\u7f6e\u6682\u505c\u7a0b\u5e8f\u6267\u884c\uff0c\u76f4\u5230\u7528\u6237\u8f93\u5165\u5e76\u6309\u4e0b\u56de\u8f66\u952e\u3002 \u5982\u679c\u7528\u6237\u53d6\u6d88\u8f93\u5165\uff08\u4f8b\u5982\u6309\u4e0b Esc \u952e\uff09\uff0cinput() \u51fd\u6570\u5c06\u8fd4\u56de None\u3002 \u4e3a\u4e86\u663e\u793a\u4e00\u4e2a\u5e26\u6709\u591a\u884c\u7684\u8f93\u5165\u63d0\u793a\u6846\uff0c\u53ef\u4ee5\u5728\u63d0\u793a\u6587\u672c\u4e2d\u4f7f\u7528 \u6362\u884c\u7b26\u3002 input() \u51fd\u6570\u4e0d\u80fd\u76f4\u63a5\u7528\u4e8e\u4ece\u547d\u4ee4\u884c\u83b7\u53d6\u8f93\u5165\uff0c\u9700\u8981\u4f7f\u7528 .run_command() \u6765\u6267\u884c\u547d\u4ee4\u3002 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-20594","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/20594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=20594"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/20594\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=20594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=20594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=20594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}