{"id":2175,"date":"2023-05-23T11:23:40","date_gmt":"2023-05-23T03:23:40","guid":{"rendered":"https:\/\/courtship.top\/?p=2175"},"modified":"2023-05-23T11:23:40","modified_gmt":"2023-05-23T03:23:40","slug":"lua%e4%b8%ad%e7%9a%84require","status":"publish","type":"post","link":"https:\/\/courtship.top\/index.php\/2023\/05\/23\/lua%e4%b8%ad%e7%9a%84require\/","title":{"rendered":"lua\u4e2d\u7684require"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u4f5c\u7528<\/h2>\n\n\n\n<p>\u52a0\u8f7d\u6307\u5b9a\u7684\u6a21\u5757,\u76f8\u5f53\u4e0e#include\u4f5c\u7528\u7c7b\u4f3c\uff0c\u52a0\u8f7d\u4e86\u8be5\u6a21\u5757\uff0c\u90a3\u4e48\u5c31\u53ef\u5df2\u4f7f\u7528\u6a21\u5757\u4e2d\u7684\u5168\u5c40\u51fd\u6570\u548c\u5168\u5c40\u6570\u636e\uff08\u5982\u8868\u7b49\u7b49\uff09<br \/>\u6ce8\uff1a\u5b9e\u9645\u4e0arequire \u201cxxx\u201d\u540e\uff0c\u4f1a\u5c06xxx\u4e2d\u7684\u5168\u5c40\u51fd\u6570\u548c\u6570\u636e\u653e\u5230\u8868_G\u4e2d\uff0c\u6240\u4ee5\u4e5f\u5c31\u80fd\u8bbf\u95ee\u4e86\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(1)main.lua\n\n  require \"test\"\n  require \"showSome\"\n\n(2)test.lua\n\n  function CallFunc()\n  \/\/\u8fd9\u91cc\u80fd\u8c03\u7528show()\uff0c\u8bc1\u660e\u4e86_G\u4e2d\u6709show\u8fd9\u4e2a\u5143\u7d20\n    show()\n  end\n\n(3)showSome.lua\n\n  function show()\n    print(\"it is showsome\")\n  end<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">require\u7684\u8fd4\u56de\u503c<\/h2>\n\n\n\n<p>require \u201cxxx\u201d \u67d0\u4e2a\u6a21\u5757\u540e<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u5982\u679c\u8be5\u6a21\u5757\u81ea\u8eab\u6709\u8fd4\u56de\u503c\uff0c\u4e14\u6a21\u5757\u52a0\u8f7d\u6210\u529f\uff0c\u90a3\u4e48require \u7684\u8fd4\u56de\u503c\u5c31\u662f\u8be5\u6a21\u5757\u7684\u8fd4\u56de\u503c<\/li>\n\n\n\n<li>\u5982\u679c\u6a21\u5757\u6ca1\u6709\u8fd4\u56de\u503c\uff0c\u5982\u679crequire\u52a0\u8f7d\u6a21\u5757\u6210\u529f\uff0c\u5c31\u8fd4\u56deture<\/li>\n\n\n\n<li>require \u5185\u90e8\u5c06\u8fd4\u56de\u503c\u50a8\u5b58\u5728\uff1apackage.loaded\u8868\u4e2d\u3002\uff08\u5373\uff1apackage.loaded[xxx]\u4e2d\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>(1)main.lua\n\nx = require \"test\"\n\nfunction Call()\n    x.show()\nend\n\n(2)test.lua\n\nlocal tb = {}\nfunction tb.show()\n    print(\"it is ok\")\nend\n\nreturn tb<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4f5c\u7528 \u52a0\u8f7d\u6307\u5b9a\u7684\u6a21\u5757,\u76f8\u5f53\u4e0e#include\u4f5c\u7528\u7c7b\u4f3c\uff0c\u52a0\u8f7d\u4e86\u8be5\u6a21\u5757\uff0c\u90a3\u4e48\u5c31\u53ef\u5df2\u4f7f\u7528\u6a21\u5757\u4e2d\u7684\u5168\u5c40\u51fd\u6570\u548c\u5168\u5c40\u6570\u636e\uff08\u5982\u8868\u7b49\u7b49\uff09\u6ce8\uff1a\u5b9e\u9645\u4e0a &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"emotion":"","emotion_color":"","title_style":"","license":"","footnotes":""},"categories":[24],"tags":[],"class_list":["post-2175","post","type-post","status-publish","format-standard","hentry","category-lua"],"_links":{"self":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts\/2175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/comments?post=2175"}],"version-history":[{"count":0,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/posts\/2175\/revisions"}],"wp:attachment":[{"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/media?parent=2175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/categories?post=2175"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courtship.top\/index.php\/wp-json\/wp\/v2\/tags?post=2175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}