{"id":8554,"date":"2023-11-28T20:31:11","date_gmt":"2023-11-28T12:31:11","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=8554"},"modified":"2023-12-02T23:03:15","modified_gmt":"2023-12-02T15:03:15","slug":"vue-zhong-ru-he-jiang-wen-jian-de-suo-you-dao-chu","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/vue-zhong-ru-he-jiang-wen-jian-de-suo-you-dao-chu\/","title":{"rendered":"Vue \u4e2d\u5982\u4f55\u5c06\u6587\u4ef6\u7684\u6240\u6709\u5bfc\u51fa\u4f5c\u4e3a\u4e00\u4e2a\u5bf9\u8c61\uff1f"},"content":{"rendered":"<p>\u5728 Vue \u4e2d\uff0c\u5982\u679c\u4f60\u6709\u4e00\u4e2a\u6587\u4ef6\u5305\u542b\u591a\u4e2a\u5bfc\u51fa\uff0c\u53ef\u4ee5\u4f7f\u7528 JavaScript \u7684 <code>export *<\/code> \u8bed\u6cd5\u6765\u5c06\u6587\u4ef6\u4e2d\u6240\u6709\u7684\u5bfc\u51fa\u4f5c\u4e3a\u4e00\u4e2a\u5bf9\u8c61\u5f15\u5165\u5230\u53e6\u4e00\u4e2a\u6587\u4ef6\u4e2d\u3002<\/p>\n<p>\u5047\u8bbe\u6709\u4e00\u4e2a\u540d\u4e3a <code>utils.js<\/code> \u7684\u6587\u4ef6\uff0c\u5176\u4e2d\u5305\u542b\u591a\u4e2a\u5bfc\u51fa\uff1a<\/p>\n<pre><code class=\"language-javascript\">\/\/ utils.js\n\nexport function func1() {\n  \/\/ function 1 logic\n}\n\nexport function func2() {\n  \/\/ function 2 logic\n}\n\nexport const constant1 = 'Value 1';\n\nexport const constant2 = 'Value 2';\n<\/code><\/pre>\n<p>\u7136\u540e\u5728\u53e6\u4e00\u4e2a\u6587\u4ef6\u4e2d\u4f7f\u7528 <code>export *<\/code> \u5c06 <code>utils.js<\/code> \u4e2d\u7684\u6240\u6709\u5bfc\u51fa\u4f5c\u4e3a\u4e00\u4e2a\u5bf9\u8c61\u5f15\u5165\uff1a<\/p>\n<pre><code class=\"language-javascript\">\/\/ anotherFile.js\n\n\/\/ \u5bfc\u5165 utils.js \u4e2d\u7684\u6240\u6709\u5bfc\u51fa\uff0c\u5e76\u4f5c\u4e3a\u4e00\u4e2a\u5bf9\u8c61\u5f15\u5165\nimport * as utils from '.\/utils';\n\n\/\/ \u73b0\u5728 utils \u5bf9\u8c61\u5305\u542b\u4e86 utils.js \u4e2d\u6240\u6709\u5bfc\u51fa\u7684\u5185\u5bb9\nconsole.log(utils.func1());\nconsole.log(utils.func2());\nconsole.log(utils.constant1);\nconsole.log(utils.constant2);\n<\/code><\/pre>\n<p>\u4f7f\u7528 <code>import * as name from 'module'<\/code> \u7684\u8bed\u6cd5\u53ef\u4ee5\u5c06\u4e00\u4e2a\u6a21\u5757\u4e2d\u7684\u6240\u6709\u5bfc\u51fa\u4f5c\u4e3a\u4e00\u4e2a\u5bf9\u8c61\u5f15\u5165\uff0c\u7136\u540e\u901a\u8fc7\u8be5\u5bf9\u8c61\u8bbf\u95ee\u6a21\u5757\u4e2d\u7684\u5404\u4e2a\u5bfc\u51fa\u3002\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u9700\u8981\u5c06\u4e00\u4e2a\u6a21\u5757\u4e2d\u7684\u591a\u4e2a\u5bfc\u51fa\u6574\u5408\u5230\u4e00\u4e2a\u5bf9\u8c61\u4e2d\u4f7f\u7528\u7684\u60c5\u51b5\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 Vue \u4e2d\uff0c\u5982\u679c\u4f60\u6709\u4e00\u4e2a\u6587\u4ef6\u5305\u542b\u591a\u4e2a\u5bfc\u51fa\uff0c\u53ef\u4ee5\u4f7f\u7528 JavaScript \u7684 export * \u8bed\u6cd5\u6765\u5c06\u6587 [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[114],"tags":[],"class_list":["post-8554","post","type-post","status-publish","format-standard","hentry","category-vue"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=8554"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8554\/revisions"}],"predecessor-version":[{"id":14131,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8554\/revisions\/14131"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=8554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=8554"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=8554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}