{"id":7909,"date":"2023-01-28T13:27:44","date_gmt":"2023-01-28T05:27:44","guid":{"rendered":"https:\/\/egonlin.com\/?p=7909"},"modified":"2023-01-28T13:27:44","modified_gmt":"2023-01-28T05:27:44","slug":"12-%e5%80%bc%e7%b1%bb%e5%9e%8b%e4%b8%8e%e5%bc%95%e7%94%a8%e7%b1%bb%e5%9e%8b","status":"publish","type":"post","link":"https:\/\/egonlin.com\/?p=7909","title":{"rendered":"12 \u503c\u7c7b\u578b\u4e0e\u5f15\u7528\u7c7b\u578b"},"content":{"rendered":"<p>[TOC]<\/p>\n<h1>\u503c\u7c7b\u578b\u4e0e\u5f15\u7528\u7c7b\u578b<\/h1>\n<h2>\u4e00 \u4ecb\u7ecd<\/h2>\n<p>\u503c\u7c7b\u578b\uff1a\u53d8\u91cf\u5185\u5b58\u7a7a\u95f4\u4e2d\u5b58\u653e\u7684\u662f\u503c<\/p>\n<p>\u5f15\u7528\u7c7b\u578b\uff1a\u53d8\u91cf\u5185\u5b58\u7a7a\u95f4\u4e2d\u5b58\u653e\u7684\u662f\u5730\u5740\uff0c\u5730\u5740\u518d\u6307\u5411\u5177\u4f53\u7684\u503c<\/p>\n<p>\u4e8c\u8005\u7684\u533a\u522b\u5c31\u5728\u4e24\u70b9\u4e0a\uff1a<\/p>\n<p>\u200b   1\u3001\u8d4b\u503c\u64cd\u4f5c\u524d\uff0c\u662f\u5426\u9700\u8981\u624b\u52a8\u7533\u8bf7\u5185\u5b58\u7a7a\u95f4<\/p>\n<p>\u200b   2\u3001\u539f\u503c\u8d4b\u503c\u7ed9\u65b0\u503c\uff0c\u6539\u539f\u503c\uff0c\u65b0\u503c\u662f\u5426\u53d7\u5f71\u54cd\uff0c\u53cd\u8fc7\u6765\u4e00\u4e2a\u9053\u7406<\/p>\n<h2>\u4e8c \u503c\u7c7b\u578b\u4e0e\u5f15\u7528\u7c7b\u578b\u5206\u7c7b<\/h2>\n<ul>\n<li>1\u3001\u503c\u7c7b\u578b\uff1a\n<ul>\n<li>1\u3001\u57fa\u672c\u6570\u636e\u7c7b\u578b\u90fd\u662f\u503c\u7c7b\u578b\uff1a\u6574\u578b\u3001\u6d6e\u70b9\u3001\u590d\u6570\u3001\u5e03\u5c14\u3001\u5b57\u7b26\u4e32<\/li>\n<li>2\u3001\u590d\u5408\u6570\u636e\u7c7b\u578b\u4e4b\u6570\u7ec4\uff08array\uff09<\/li>\n<li>3\u3001\u590d\u5408\u6570\u636e\u7c7b\u578b\u4e4b\u7ed3\u6784\u4f53\uff08struct\uff09<\/li>\n<\/ul>\n<\/li>\n<li>2\u3001\u5f15\u7528\u7c7b\u578b\uff1a\n<ul>\n<li>2.1 \u590d\u5408\u6570\u636e\u7c7b\u578b\u4e4b\u5207\u7247\uff08slice\uff09<\/li>\n<li>2.2 \u590d\u5408\u6570\u636e\u7c7b\u578b\u4e4b\u5b57\u5178\uff08map\uff09<\/li>\n<li>2.3 \u5176\u4ed6\u7c7b\u578b\u4e4b\u901a\u9053\uff08chan\uff09<\/li>\n<li>2.4 \u5176\u4ed6\u7c7b\u578b\u4e4b\u6307\u9488\uff08pointer\uff09<\/li>\n<li>ps\uff1a\u51fd\u6570\u4e5f\u5c5e\u4e8e\u5f15\u7528\u7c7b\u578b\u200b<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>\u4e09 \u503c\u7c7b\u578b\u7684\u7279\u70b9<\/h2>\n<p>1\u3001\u8d4b\u503c\u64cd\u4f5c\u524d\uff0c\u65e0\u9700\u624b\u52a8\u7533\u8bf7\u5185\u5b58\uff0c\u56e0\u4e3a\u5728\u58f0\u660e\u65f6\u7f16\u8bd1\u5668\u4f1a\u4f9d\u636e\u5b83\u4eec\u7684\u96f6\u503c\u4e3a\u5b83\u4eec\u7533\u8bf7\u597d\u5185\u5b58\u7a7a\u95f4<\/p>\n<pre><code class=\"language-go\">\/\/ \u4f8b1\nvar a int   \/\/int\u7c7b\u578b\u9ed8\u8ba4\u503c\u4e3a 0\nfmt.Printf(&quot;%p\\n&quot;, &amp;a) \/\/ \u6253\u5370\u53d8\u91cf\u672c\u8eab\u7684\u503c\uff0c\u8f93\u51fa\u5730\u5740\u4e3a0xc000014060\n\nb := 3\na = 3 \/\/ \u53ef\u4ee5\u76f4\u63a5\u8d4b\u503c\n\n\/\/ \u4f8b2\nvar m [2]int           \/\/ \u6570\u7ec4\u9ed8\u8ba4\u503c\u4e3a[0 0]\nfmt.Printf(&quot;%p\\n&quot;,&amp;m)  \/\/ 0xc00001c060\uff0c\u56e0\u4e3a\u9ed8\u8ba4\u5c31\u5f00\u8f9f\u597d\u4e86\u5185\u5b58\u7a7a\u95f4\uff0c\u6240\u4ee5\u53ef\u4ee5\u76f4\u63a5&amp;\u53d6\u5730\u5740\n\nvar n [2]int = [2]int{11, 22}\nm = n \/\/ \u53ef\u4ee5\u76f4\u63a5\u8d4b\u503c \nfmt.Println(m) \/\/ [11 22]<\/code><\/pre>\n<p>2\u3001  \u539f\u503c\u62f7\u8d1d\u4e3a\u4e00\u4e2a\u65b0\u503c\uff0c\u6539\u539f\u503c\uff0c\u65b0\u503c\u4e0d\u53d7\u5f71\u54cd<\/p>\n<pre><code class=\"language-go\">\/\/ \u4f8b1\nvar a =10\nfmt.Println(&amp;a)  \/\/ 0xc00001c060\n\nb := a\nfmt.Println(&amp;b)  \/\/ 0xc00001c068\n\nb = 101     \/\/\u4fee\u6539b\u7684\u503c\uff0c\u6b64\u65f6\u4e0d\u4f1a\u5f71\u54cda\nfmt.Println(a) \/\/ 10\nfmt.Println(b) \/\/ 101\n\nfmt.Println(&amp;a)  \/\/ 0xc00001c060\nfmt.Println(&amp;b)  \/\/ 0xc00001c068\n\n\u4f8b2\uff1a\nvar c = [3]int{1, 2, 3}\nfmt.Printf(&quot;%p\\n&quot;, &amp;c) \/\/ 0xc42000a180\n\nd := c\nfmt.Printf(&quot;%p\\n&quot;, &amp;d) \/\/ 0xc42000a1a0\n\nd[1] = 100\nfmt.Println(c) \/\/ [1 2 3]\nfmt.Println(d) \/\/ [1 100 3]\n\nfmt.Printf(&quot;%p\\n&quot;, &amp;c) \/\/ 0xc42000a180\nfmt.Printf(&quot;%p\\n&quot;, &amp;d) \/\/ 0xc42000a1a0<\/code><\/pre>\n<p><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/egonlin.com\/wp-content\/uploads\/2023\/01\/\u503c\u7c7b\u578b.jpg'><img class=\"lazyload lazyload-style-2\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  data-original=\"https:\/\/egonlin.com\/wp-content\/uploads\/2023\/01\/\u503c\u7c7b\u578b.jpg\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" \/><\/div><\/p>\n<h2>\u56db \u5f15\u7528\u7c7b\u7684\u7279\u70b9<\/h2>\n<p>1\u3001\u8d4b\u503c\u64cd\u4f5c\u524d\uff0c\u9700\u8981\u624b\u52a8\u7533\u8bf7\u597d\u5185\u5b58\uff0c\u5982\u679c\u4e0d\uff0c\u90a3\u4e48\u521d\u59cb\u503c\u4e3anil\uff0cnil\u4ee3\u8868\u7a7a\u3001\u6ca1\u6709\u7533\u8bf7\u5185\u5b58\uff0c\u65e0\u6cd5\u88ab\u76f4\u63a5\u8d4b\u503c<\/p>\n<pre><code class=\"language-go\">var a []int\n\nfmt.Printf(&quot;%p\\n&quot;, &amp;a) \/\/ \u6253\u5370\u53d8\u91cf\u672c\u8eab\u7684\u503c\uff0c\u8f93\u51fa\u5730\u5740\u4e3a0xc00000c060\nfmt.Printf(&quot;%p\\n&quot;, a) \/\/ \u6253\u5370\u9996\u5143\u7d20\u7684\u5730\u5740\uff0c\u8f93\u51fa\u5730\u5740\u4e3a0x0\uff0c\u4ee3\u8868\u4e3a\u7a7a\nfmt.Printf(&quot;%v\\n&quot;, a) \/\/ []\n\nfmt.Println(a == nil) \/\/ true\na[0] = 666  \/\/ \u9519\n\n\/\/ ps: \u628a\u4e00\u4e2a\u5b8c\u6574\u7684\u5207\u7247\u8d4b\u503c\u7ed9\u672a\u5f00\u8f9f\u7a7a\u95f4\u7684\u5207\u7247\u5f53\u7136\u662f\u53ef\u4ee5\u7684\nvar b []int  \/\/ \u672a\u5f00\u8f9f\u7a7a\u95f4\u7684\u5207\u7247\nvar v = []int{11, 22, 33}\nb = v\nfmt.Println(b) \/\/ [11 22 33]<\/code><\/pre>\n<p>\u5f15\u7528\u7c7b\u578b\u5b58\u5728\u7684\u610f\u4e49\u5728\u4e8e\u5f15\u7528\u4e86\u4e00\u4e2a\u5df2\u7ecf\u5b58\u5728\u7684\u5185\u5b58\u7a7a\u95f4\uff0c\u6240\u4ee5\u5bf9\u4e8e\u5f15\u7528\u7c7b\u578b\u6211\u4eec\u5fc5\u987b\u4e3a\u5176\u7533\u8bf7\u597d\u5185\u5b58\u624d\u53ef\u4ee5\u4f7f\u7528\uff0c\u6709\u4e24\u79cd\u65b9\u5f0f\uff1a<\/p>\n<ul>\n<li>\uff081\uff09\u8c03\u7528make()\u51fd\u5f00\u8f9f\u7a7a\u95f4\uff0c\u4e3e\u4f8b\u5982\u4e0b<\/li>\n<\/ul>\n<pre><code class=\"language-go\">\/\/ \u4f8b1\uff1amake\u7528\u5728\u5207\u7247\u7c7b\u578b\nvar a []int = make([]int, 3, 3) \/\/ \u5f00\u8f9f\u5185\u5b58\u7a7a\u95f4\uff0c\u6307\u5411\u4e00\u4e2a\u5e95\u5c42\u6570\u7ec4\nfmt.Printf(&quot;%p\\n&quot;, &amp;a) \/\/ \u6253\u5370\u53d8\u91cf\u672c\u8eab\u7684\u503c\uff0c\u8f93\u51fa\u5730\u5740\u4e3a0xc00000c060\nfmt.Printf(&quot;%p\\n&quot;, a) \/\/ \u6253\u5370\u9996\u5143\u7d20\u7684\u5730\u5740\uff0c\u8f93\u51fa\u5730\u5740\u4e3a0xc000018140\uff0c\u4ee3\u8868\u4e0d\u4e3a\u7a7a\u3001\u6709\u503c\u4e86\nfmt.Printf(&quot;%v\\n&quot;, a) \/\/ [0 0 0]\n\nfmt.Println(a == nil)           \/\/ false\na[0] = 666  \/\/ \u53ef\u4ee5\u8d4b\u503c\n\n\/\/ \u4f8b2\uff1amake\u7528\u5728map\u7c7b\u578b\nvar b map[string]int = make(map[string]int)\n\/\/var b map[string]int\nfmt.Println(b == nil)\nb[&quot;aaa&quot;] = 666\n\nfmt.Println(b[&quot;aaa&quot;])<\/code><\/pre>\n<ul>\n<li>\uff082\uff09\u4e00\u6b65\u5230\u4f4d\u5f0f\uff0c\u5373\u8d4b\u4e00\u4e2a\u5b8c\u6574\u7684\u503c\uff0c\u6211\u4eec\u4e4b\u524d\u7528\u7684\u90fd\u662f\u8fd9\u79cd\u65b9\u5f0f\uff0c\u8be5\u65b9\u5f0f\u7b49\u540c\u4e8emake\u5b8c\u6bd5\u4e4b\u540e\u518d\u585e\u503c\uff0c\u5982\u4e0b\u6240\u793a<\/li>\n<\/ul>\n<pre><code class=\"language-go\">\/\/ 1\u3001\u58f0\u660e\u5e76\u5f00\u8f9f\u7a7a\u95f4\u521d\u59cb\u5316\nvar names []string = make([]string,3,3)\n\/\/ 2\u3001\u5f80\u7a7a\u95f4\u91cc\u585e\u8fdb\u503c\nnames[0] = &quot;egon&quot;\nnames[1] = &quot;bigegon&quot;\nnames[2] = &quot;smallegon&quot;\n\n\/\/ \u4e00\u6b65\u5230\u4f4d\u5f0f\uff0c\u7b49\u540c\u4e8e\u4e0a\u9762\u6b65\u9aa41\u548c2\nvar names []string = []string{&quot;egon&quot;, &quot;bigegon&quot;, &quot;smallegon&quot;}<\/code><\/pre>\n<p>2\u3001\u539f\u503c\u62f7\u8d1d\u4e3a\u4e00\u4e2a\u65b0\u503c\uff0c\u6539\u539f\u503c\uff0c\u65b0\u503c\u53d7\u5f71\u54cd<\/p>\n<pre><code class=\"language-go\">\u8be6\u89e3\uff1a\n\u5f15\u7528\u7c7b\u578b\u7684\u53d8\u91cf\u8d4b\u503c\u64cd\u4f5c\uff0c\u5982 j = i ,\u5f53\u7136\u4e5f\u662f\u5728\u5185\u5b58\u4e2d\u5c06 i \u7684\u503c\u62f7\u8d1d\u7ed9\u4e86j\uff0c\u4f46\u662f\u56e0\u4e3a\u5f15\u7528\u7c7b\u578b\u7684\u53d8\u91cf\u76f4\u63a5\u5b58\u653e\u7684\u5c31\u662f\u4e00\u4e2a\u5185\u5b58\u5730\u5740\uff08\u8fd9\u4e2a\u5730\u5740\u6307\u5411\u7684\u7a7a\u95f4\u5b58\u7684\u624d\u662f\u503c\uff09\uff0c\u5373i\u4e0ej\u90fd\u662f\u540c\u4e00\u4e2a\u5730\u5740\u3002\u6240\u4ee5\u901a\u8fc7i\u6216j\u4fee\u6539\u5bf9\u5e94\u5185\u5b58\u5730\u5740\u7a7a\u95f4\u4e2d\u7684\u503c\uff0c\u53e6\u5916\u4e00\u4e2a\u4e5f\u4f1a\u4fee\u6539\u3002\n\n\u4f8b1\nvar a = []int{1,2,3,4,5}\nb := a\n\n\/\/ \u6253\u5370\u4e24\u4e2a\u53d8\u91cf\u7684\u5730\u5740\uff0c\u80af\u5b9a\u662f\u4e0d\u4e00\u6837\u7684\nfmt.Printf(&quot;%p\\n&quot;,&amp;a)  \/\/ 0xc00000c060\nfmt.Printf(&quot;%p\\n&quot;,&amp;b)  \/\/ 0xc00000c080\n\n\/\/ \u6253\u5370\u9996\u5143\u7d20\u5730\u5740\uff0c\u90fd\u4e00\u6837\uff0c\u6307\u5411\u7684\u5c31\u662f\u540c\u4e00\u4e2a\u5e95\u5c42\u6570\u7ec4\nfmt.Printf(&quot;%p\\n&quot;,a)  \/\/ 0xc0000160c0\nfmt.Printf(&quot;%p\\n&quot;,b)  \/\/ 0xc0000160c0\n\n\/\/ \u6539b\uff0c\u4f1a\u5f71\u54cda\uff0c\u53cd\u4e4b\u4ea6\u7136\uff0c\u56e0\u4e3a\u6539\u7684\u90fd\u662f\u540c\u4e00\u4e2a\u5e95\u5c42\u6570\u7ec4\nb[1] = 666\nfmt.Println(a)  \/\/ [1 666 3 4 5]<\/code><\/pre>\n<p>ps\uff1aa,b\u5e95\u5c42\u6570\u7ec4\u662f\u4e00\u6837\u7684\uff0c\u5373\u64cd\u4f5c\u7684\u90fd\u662f\u540c\u4e00\u4e2a\u5e95\u5c42\u6570\u7ec4\uff0c\u4f46\u662f\u4e0a\u5c42\u5207\u7247\u4e0d\u540c\uff0c\u6240\u4ee5\u5185\u5b58\u5730\u5740\u4e0d\u4e00\u6837\u3002<\/p>\n<p><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/egonlin.com\/wp-content\/uploads\/2023\/01\/\u5f15\u7528\u7c7b\u578b.jpg'><img class=\"lazyload lazyload-style-2\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  data-original=\"https:\/\/egonlin.com\/wp-content\/uploads\/2023\/01\/\u5f15\u7528\u7c7b\u578b.jpg\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" \/><\/div><\/p>\n<p>copy\u64cd\u4f5c\u793a\u4f8b<\/p>\n<pre><code class=\"language-go\">var a = []int{1, 2, 3, 4, 5}\nc := make([]int, 5, 5)\ncopy(c, a) \/\/\u5c06\u5207\u7247a\u62f7\u8d1d\u5230c\uff0c\u5e95\u5c42\u53d1\u751f\u7684\u4e8b\u60c5\u662f\uff1a\u628aa\u5e95\u5c42\u6570\u7ec4\u62f7\u8d1d\u4e00\u4efd\uff0c\u662f\u521b\u5efa\u4e86\u65b0\u7684\u5e95\u5c42\u6570\u7ec4\uff0c\u7ed9c\u6307\u5411\u7684\u662f\u8fd9\u4e2a\u65b0\u7684\u6570\u7ec4\n\n\/\/ \u6253\u5370\u4e24\u4e2a\u53d8\u91cf\u7684\u5730\u5740\uff0c\u80af\u5b9a\u662f\u4e0d\u4e00\u6837\u7684\nfmt.Printf(&quot;%p\\n&quot;, &amp;a) \/\/ 0xc0000a6020\nfmt.Printf(&quot;%p\\n&quot;, &amp;c) \/\/ 0xc0000a6040\n\n\/\/ \u6253\u5370\u9996\u5143\u7d20\u5730\u5740\uff0c\u4e5f\u4e0d\u4e00\u6837\uff0ccopy\u673a\u5236\uff0c\u8ba9c\u4e0ea\u6307\u5411\u4e86\u4e0d\u540c\u7684\u5e95\u5c42\u6570\u7ec4\nfmt.Printf(&quot;%p\\n&quot;, a) \/\/ 0xc0000aa030\nfmt.Printf(&quot;%p\\n&quot;, c) \/\/ 0xc0000aa060\n\n\/\/ \u6539c\uff0c\u4e0d\u4f1a\u5f71\u54cda\nc[1] = 20\nfmt.Println(a) \/\/ [1 2 3 4 5]<\/code><\/pre>\n<p>\u6307\u9488\u64cd\u4f5c\u793a\u4f8b<\/p>\n<pre><code class=\"language-go\">var a = []int{1, 2, 3, 4, 5}\nd := &amp;a     \/\/\u5c06a\u7684\u5185\u5b58\u5730\u5740\u8d4b\u503c\u7ed9d\uff0c\u53d6\u503c\u7528*d\n\n\/\/ \u6253\u5370\u4e24\u4e2a\u53d8\u91cf\u7684\u5730\u5740\uff0c\u80af\u5b9a\u662f\u4e0d\u4e00\u6837\u7684\nfmt.Printf(&quot;%p\\n&quot;, &amp;a) \/\/ 0xc00000c060\nfmt.Printf(&quot;%p\\n&quot;, &amp;d) \/\/ 0xc00000e028\n\n\/\/ \u53d8\u91cfd\u5185\u5b58\u7a7a\u95f4\u4e2d\u5b58\u653e\u7684\u5c31\u662f\u53d8\u91cfa\u7684\u5185\u5b58\u5730\u5740\nfmt.Printf(&quot;%p\\n&quot;, d) \/\/ 0xc00000c060\n\n\/\/ \u6539d\uff0c\u5f71\u54cda\uff0c\u53cd\u4e4b\u4ea6\u7136\n(*d)[1] = 666\nfmt.Println(a)  \/\/ [1 666 3 4 5]\n\na[1] = 777\nfmt.Println(*d)  \/\/ [1 777 3 4 5]<\/code><\/pre>\n<p><strong>\u5173\u4e8e\u51fd\u6570<\/strong><\/p>\n<p><strong>\u51fd\u6570\u7684\u53c2\u6570\u4f20\u9012\u673a\u5236\u662f\u5c06\u5b9e\u53c2\u7684\u503c\u62f7\u8d1d\u4e00\u4efd\u7ed9\u5f62\u53c2.\u53ea\u4e0d\u8fc7\u8fd9\u4e2a\u5b9e\u53c2\u7684\u503c\u6709\u53ef\u80fd\u662f\u5730\u5740, \u6709\u53ef\u80fd\u662f\u6570\u636e.<\/strong><\/p>\n<p><strong>\u6240\u4ee5, \u51fd\u6570\u4f20\u53c2\u7684\u4f20\u9012\u5176\u5b9e\u672c\u8d28\u5168\u90fd\u662f\u503c\u4f20\u9012\uff0c\u53ea\u4e0d\u8fc7\u8be5\u503c\u6709\u53ef\u80fd\u662f\u6570\u636e\uff08\u901a\u5e38\u88ab\u7b80\u79f0\u4e3a\u201d\u503c\u4f20\u9012\u201c\uff09\uff0c\u4e5f\u6709\u53ef\u80fd\u662f\u5730\u5740\uff08\u901a\u5e38\u88ab\u7b80\u79f0\u4e3a\u201d\u5f15\u7528\u4f20\u9012\u201c\uff09.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[TOC] \u503c\u7c7b\u578b\u4e0e\u5f15\u7528\u7c7b\u578b \u4e00 \u4ecb\u7ecd \u503c\u7c7b\u578b\uff1a\u53d8\u91cf\u5185\u5b58\u7a7a\u95f4\u4e2d\u5b58\u653e\u7684\u662f\u503c \u5f15\u7528\u7c7b\u578b\uff1a\u53d8\u91cf\u5185\u5b58\u7a7a\u95f4\u4e2d\u5b58\u653e\u7684\u662f\u5730\u5740 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[4,449],"tags":[],"_links":{"self":[{"href":"https:\/\/egonlin.com\/index.php?rest_route=\/wp\/v2\/posts\/7909"}],"collection":[{"href":"https:\/\/egonlin.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/egonlin.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/egonlin.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/egonlin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7909"}],"version-history":[{"count":0,"href":"https:\/\/egonlin.com\/index.php?rest_route=\/wp\/v2\/posts\/7909\/revisions"}],"wp:attachment":[{"href":"https:\/\/egonlin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/egonlin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/egonlin.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}