{"id":1260,"date":"2011-04-20T15:45:12","date_gmt":"2011-04-20T07:45:12","guid":{"rendered":"http:\/\/www.ccttours.com\/blog\/?p=1260"},"modified":"2011-04-20T15:45:12","modified_gmt":"2011-04-20T07:45:12","slug":"sc%ef%bc%9a%e9%9b%86%e5%90%88%ef%bc%8c%e6%95%b0%e7%bb%84%ef%bc%8c%e7%b4%a2%e5%bc%95%ef%bc%8c%e6%95%b0%e7%bb%84%e6%b6%88%e6%81%af","status":"publish","type":"post","link":"https:\/\/learn.travelchinawith.me\/?p=1260","title":{"rendered":"SC\uff1a\u96c6\u5408\uff0c\u6570\u7ec4\uff0c\u7d22\u5f15\uff0c\u6570\u7ec4\u6d88\u606f"},"content":{"rendered":"<p>\u4e00\u4e2a\u96c6\u5408\u6216\u6570\u7ec4\u5373\u4e00\u4e2a\u9879\u76ee\u7ec4\u3002\u6570\u7ec4\u7528\u65b9\u62ec\u53f7\u5305\u56f4\uff0c\u6bcf\u4e2a\u9879\u76ee\u7531\u9017\u53f7\u9694\u5f00\u3002\u4e0b\u8fb9\u662f\u4e00\u4e2a\u6574\u6570\u6570\u7ec4\u3002<\/p>\n<p><code>[1, 4, 6, 23, 45]<\/code><\/p>\n<p>\u5b57\u7b26\u4e32\u4e5f\u53ef\u4ee5\u88ab\u505a\u8fdb\u6570\u7ec4\u3002\u5b57\u7b26\u4e32\u5373\u4e00\u4e2a\u5b57\u7b26\u7684\u7ec4\uff0c\u8ba1\u7b97\u673a\u5c06\u4e4b\u89c6\u4e3a\u4e00\u4e2a\u5355\u72ec\u7684\u5bf9\u8c61\u3002<\/p>\n<p><code>[\"One\", \"Two\", \"Three\", \"Four\"]<\/code><\/p>\n<p>\u6216\u8005\u4f60\u53ef\u4ee5\u505a\u4e2a\u6df7\u5408\u4f53\u3002\u6ce8\u610f\u201c34\u201d\uff08\u5728\u5f15\u53f7\u5185\uff09\u5e76\u4e0d\u4f1a\u88abSC\u8bc6\u522b\u4e3a\u6574\u657034\uff0c\u800c\u662f\u4e00\u4e2a\u5305\u542b\u5b57\u7b263\u548c4\u7684\u5b57\u7b26\u4e32\u3002\u4f461\uff0c56\u548c3\u90fd\u662f\u6574\u6570\u3002<\/p>\n<p><code>[1, \"one\", \"34\", 56, 3]<\/code><br \/>\n<!--more--><\/p>\n<p>\u4f60\u540c\u6837\u53ef\u4ee5\u7528\u8fd9\u4e2a\u6570\u7ec4\u8fdb\u884c\u6570\u5b66\u8ba1\u7b97\u3002\u5373\uff0c\u6570\u7ec4\u61c2\u5f97\u6570\u5b66\u4fe1\u606f\u3002<\/p>\n<p><strong>22.1. \u6570\u7ec4\u7b97\u672f<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\na = [1, 2, 3, 4]; \/\/\u7533\u660e\u4e00\u4e2a\u6570\u7ec4\r\nb = (a + 12)*10; \/\/\u4e3a\u6570\u7ec4\u6bcf\u4e2a\u9879\u76ee\u52a012\u7136\u540e\u4e5810\r\n        \/\/\u7136\u540e\u5c06\u7ed3\u679c\u5b58\u5165b\r\nb.postln;\r\n)<\/pre>\n<p>\u4f60\u80fd\u9884\u89c1\u4e0b\u9762\u5404\u4f8b\u7684\u7ed3\u679c\u5417\uff1f<\/p>\n<p><strong>22.2. array.do \u548c\u6570\u5b66<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\na = [60, 45, 68, 33, 90, 25, 10];\r\n5.do(\r\n   {\r\n      a = a + 3;\r\n      a.postln;\r\n   }\r\n)\r\n)<\/pre>\n<p><strong>22.3. \u6570\u7ec4 + \u6bcf\u4e2a\u9879\u76ee<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\na = [60, 45, 68, 33, 90, 25, 10];\r\n5.do(\r\n   {arg item;\r\n      a = a + item;\r\n      a.postln;\r\n   }\r\n)\r\n)<\/pre>\n<p>\u8fd9\u6709\u70b9\u513f\u96be\uff1a\u5728\u8fd0\u884c\u4e0b\u4f8b\u65f6\u9884\u8ba1\u8f93\u51fa\u3002\u6211\u6b63\u4f7f\u7528\u4e24\u4e2a\u6570\u7ec4\u3002\u7b2c\u4e00\u4e2a\u88ab\u5b58\u5165\u53d8\u91cfa\u5e76\u88ab\u7528\u5728\u51fd\u6570do\u91cc\u3002\u7b2c\u4e8c\u4e2a\u662f\u88abdo\u51fd\u6570\u4f7f\u7528\u7684\u5bf9\u8c61\u3002\u56e0\u6b64\u9879\u76ee\u5f15\u6570\u5c06\u5728\u7b2c\u4e00\u6b21\u8fed\u4ee3\u65f6\u662f1\uff0c\u7b2c\u4e8c\u6b2114\uff0c19\uff0c\u7b49\u7b49\u3002<\/p>\n<p><strong>22.4. \u4e24\u4e2a\u6570\u7ec4<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\na = [60, 45, 68, 33, 90, 25, 10];\r\nb = [2, 14, 19, 42, 3, 6, 31, 9];\r\nb.do(\r\n   {arg item;\r\n      item.post; \" plus \".post; a.post; \" = \".post;\r\n      a = a + item;\r\n      a.postln;\r\n   }\r\n)\r\n)<\/pre>\n<p>\u540c\u6837\u53ef\u4ee5\u5728\u4e00\u4e2a\u6570\u7ec4\u4e2d\u6d4b\u8bd5\u4e00\u4e2a\u503c\u7684\u5b58\u5728\u3002\u9700\u8981\u7528\u5230\u7684\u6d88\u606f\u662fincludes\u3002\u5f53\u6570\u7ec4\u5305\u542b\u67d0\u4e2a\u9879\u76ee\u6216\u5bf9\u8c61\u65f6\u8fd9\u4e2a\u6d88\u606f\u56de\u7b54\u771f\u3002\u5b83\u6709\u4e00\u4e2a\u5f15\u6570\uff1a\u4f60\u8981\u627e\u7684\u5bf9\u8c61\u3002\u56e0\u6b64[1, 2, 3, 4].includes(3)\u5c06\u8fd4\u56de\u771f\uff0c\u800c<em>[1, 2, 3, 4].includes(10)<\/em>\u5c06\u8fd4\u56de\u5047\u3002\u8fd9\u4e9b\u771f\u6216\u5047\u7684\u8fd4\u56de\u53ef\u4ee5\u88ab\u7528\u5230if\u51fd\u6570\u5185\uff08\u5411\u6211\u4eec\u4e4b\u524d\u7ae0\u8282\u4e2d\u770b\u5230\u7684\uff09\u3002<\/p>\n<p><strong>22.5. \u6d4b\u8bd5\u4e00\u4e2a\u6570\u7ec4<\/strong><\/p>\n<pre class=\"brush:jfx\">(\r\na = [60, 45, 68, 33, 90, 25, 10];\r\nb = [25, 14, 19, 42, 33, 6, 31, 9];\r\n\r\n100.do(\r\n   {arg item;\r\n      if(a.includes(item), {item.post; \" is in a \".postln});\r\n      if(b.includes(item), {item.post; \" is in b \".postln});\r\n   }\r\n)\r\n)<\/pre>\n<p>\u6570\u7ec4\u53ef\u88ab\u7528\u4e8e\u5b58\u50a8\u97f3\u3001\u9891\u7387\u3001\u6301\u7eed\u65f6\u95f4\u3001\u53d1\u97f3\uff08articulation\uff09\u6216\u4e50\u5668\u9009\u62e9\u7684\u96c6\u5408\u3002\u5b83\u4eec\u53ef\u88ab\u7528\u4e8e\u8c03\u6027\u3001\u5355\u5143\u683c\uff08cell\uff09\u3001\u96c6\u5408\u3001\u5e8f\u5217\u7b49\u4e0e\u97f3\u4e50\u6709\u5173\u7684\u5730\u65b9\u3002<\/p>\n<p>\u6b32\u5728\u4e00\u4e2a\u6570\u7ec4\u5185\u68c0\u7d22\u4e00\u4e2a\u5355\u72ec\u7684\u503c\uff0c\u7528at\u6d88\u606f\u3002at\u7684\u5f15\u6570\u662f\u7d22\u5f15\u7f16\u53f7\u3002\u8bb0\u4f4f\u8ba1\u7b97\u673a\u662f\u4ece0\u5f00\u59cb\u8ba1\u6570\u3002\u56e0\u6b64\u6570\u7ec4[1, 2, 3, 4]\u6709\u56db\u4e2a\u9879\u76ee\uff0c\u7d22\u5f15\u7f16\u53f70\uff0c1\uff0c2\u548c3\u3002\u6570\u7ec4[9, 12, &#8220;this&#8221;, 7]\uff0c\u7d22\u5f151\u662f12\uff0c\u7d22\u5f152\u662f\u201cthis\u201d\u3002\u5982\u679c\u7d22\u5f15\u6570\u5927\u4e8e\u6570\u7ec4\u5bb9\u91cf\u7684\u8bdd\u4f60\u4f1a\u5f97\u5230\u4e00\u4e2anil\u3002\u8fd9\u88ab\u79f0\u4f5c\u91ce\u6307\u793a\u5668\uff08wild pointer\uff09\u3002\u4f46\u6211\u4eec\u5e38\u4f1a\u6709\u8d85\u8fc7\u6570\u7ec4\u5927\u5c0f\u7684\u8ba1\u6570\u5668\uff0c\u5728\u8fd9\u6837\u7684\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u53ef\u4ee5\u7528 wrapAt \u56de\u5230\u7d22\u5f15\u6a21\uff08modulo\uff09\u6570\u7ec4\u5927\u5c0f\u7684\u503c\u7684\u4f4d\u7f6e\u3002<\/p>\n<p><strong>22.6. \u5f15\u7528\u6570\u7ec4\u4e2d\u7684\u4e00\u4e2a\u9879\u76ee<\/strong><\/p>\n<pre class=\"brush:jfx\">[12, 4, 871, 9, 23].at(3) \/\/ \u7d22\u5f153\u662f\"9\"\r\n[12, 4, 871, 9, 23].at(124) \/\/ \u91ce\u6307\u793a\u5668, \u5c06\u8fd4\u56denil\r\n[12, 4, 871, 9, 23].wrapAt(124) \/\/ \u5c06wrap\u56de\u53bb\uff08\u5230\u7d22\u5f154\uff09\u5e76\u8fd4\u56de23<\/pre>\n<h3>\u6570\u7ec4\u6d88\u606f<\/h3>\n<p>\u4e00\u4e0b\u662f\u6570\u7ec4\u6d88\u606f\u96c6\u5408\u3002<\/p>\n<p><strong>22.7. \u6570\u7ec4\u6d88\u606f<\/strong><\/p>\n<pre class=\"brush:jfx\">a = [1, 2, 3, 4]; \/\/ \u5c06\u6570\u7ec4\u5206\u914d\u5230\u53d8\u91cf\"a\"\r\n\r\na.post; \/\/ \u5217\u5370\u6570\u7ec4\r\n\r\na + 5; \/\/ \u4e3a\u6570\u7ec4\u6bcf\u4e2a\u9879\u76ee\u52a05\r\n\r\na*3; \/\/ \u4e58\r\n\r\na.do({arg item; function}) \/\/\u8fed\u4ee3\u8fc7\u6bcf\u4e2a\u9879\u76ee\uff0c\u7136\u540e\u5c06\u6bcf\u4e2a\u9879\u76ee\u4f20\u9012\u7ed9\u51fd\u6570\r\n\r\na.at(index) \/\/ \u5728\u7ed9\u5b9a\u7d22\u5f15\u5f15\u7528\u9879\u76ee\r\n\r\n\/\/ \u4e0b\u8fb9\u662f\u4e00\u4e9b\u65b0\u4e1c\u897f\u3002\u5206\u522b\u8fd0\u884c\u6bcf\u884c\u770b\u770b\u5b83\u4eec\u662f\u5e72\u561b\u7684:\r\n\r\n[1, 2, 3, 4].reverse.postln; \/\/ \u53cd\u8f6c\u6570\u7ec4\r\n\r\n[1, 2, 3, 4].rand.postln;\r\n\r\n[1, 2, 3, 4].scramble.postln; \/\/ \u6253\u4e71\u6570\u7ec4\r\n\r\n[1, 2, 3, 4].size.postln;\/\/ \u8fd4\u56de\u6570\u7ec4\u5927\u5c0f (\u9879\u76ee\u6570\u5b57)\r\n\r\nArray.fill(size, function); \/\/fills an array with \"size\" number of arguments using function\r\n\r\na = Array.fill(5, {10.rand}); a.postln;\r\n\r\na = Array.rand(12, 0, 12)\r\n\r\n[1, 2, 3, 4].add(34).postln; \/\/\u4e3a\u6570\u7ec4\u589e\u52a0\u4e00\u4e2a\u9879\u76ee\r\n\r\n\/\/\u6ce8\u610fadd\u3002\u4f60\u9700\u8981\u5c06\u4e4b\u4f20\u9012\u7ed9\u53e6\u4e00\u4e2a\u6570\u7ec4\u53d8\u91cf\r\n\/\/\u4ee5\u786e\u4fdd\u9879\u76ee\u5df2\u88ab\u589e\u52a0\u4e86\u3002 So the code would have to be:\r\n\r\na = [1, 2, 3];\r\nb = a.add(10);\r\na = b;\r\n\r\n[1, 2, 3, 4].choose; \/\/\u9009\u62e9\u5176\u4e2d\u4e00\u4e2a\u503c\r\n\r\n[1, 2, 3, 4].put(2, 34).postln; \/\/ \u5c06\u7b2c\u4e8c\u5f15\u6570\u653e\u5728\u7b2c\u4e00\u5f15\u6570\u7684\u7d22\u5f15\u4f4d\u7f6e\r\n\r\n[1, 2, 3, 4].wrapAt(index) \/\/ \u8fd4\u56dewrap\u540e\u7684\u7d22\u5f15\u4f4d\u7f6e\r\n\r\n\/\/\u8303\u4f8b:\r\n\r\n30.do({arg item; [1, 2, 3, 4].wrapAt(item).postln});<\/pre>\n<p>\u6570\u7ec4\u5f15\u7528\u7684\u4e00\u4e2a\u5b9e\u9645\u7528\u9014\u5373\u5b9a\u4e49\u53d8\u91cf\u9009\u62e9\u3002\u5148\u524d\u6211\u4eec\u7528<em>[array].choose<\/em>\uff0c\u5b83\u80fd\u5c06\u9009\u62e9\u9650\u5236\u5728\u6570\u7ec4\u9879\u76ee\u5185\u3002\u63a5\u4e0b\u4fe9\u7684\u4f8b\u5b50\u7528\u6d88\u606frand\u505a\u540c\u6837\u7684\u4e8b\u3002\u7b2c\u4e00\u4e2a\u8fd4\u56de\u4e86\u4e00\u7cfb\u5217\u6570\u5b57\uff0c0\u523010\u3002\u4f46\u5982\u679c<em>rand<\/em>\u88ab\u653e\u5230<em>at<\/em>\u4e2d\uff0c\u90a3\u4e48\u5b83\u7684\u503c\u4f1a\u53d8\u4e3a\u6570\u7ec4\u7684\u7d22\u5f15\uff0c\u5e76\u4e14\u8fd4\u56de\u5728\u90a3\u4e2a\u7d22\u5f15\u4f4d\u7f6e\u7684\u503c\u3002<\/p>\n<p>\u5982\u6211\u4e4b\u524d\u63d0\u5230\u8fc7\u7684\uff0c\u7d22\u5f15\u6570\u4e0d\u80fd\u5927\u4e8e\u6570\u7ec4\u5927\u5c0f\u3002\u6211\u4eec\u7528 <em>wrapAt<\/em> \u89e3\u51b3\u4e86\u4e00\u4e2a\u4f8b\u5b50\u3002\u53e6\u4e00\u65b9\u6cd5\u662f\u542b\u8fdb\u6d88\u606fsize\uff0c\u5b83\u8fd4\u56de\u6570\u7ec4\u7684\u5927\u5c0f\uff0c\u5e76\u53ef\u88ab\u4e0erand\u914d\u5408\u4f7f\u7528\u3002size\u8fd4\u56de\u7684\u6570\u5b57\u5c06\u6bd4\u5b9e\u9645\u7d22\u5f15\u6570\u59271\u3002\u6570\u7ec4<em>[3, 5, 7, 1, 8, 12]<\/em>\u7684\u5927\u5c0f\u4e3a6\uff0c\u4f46\u7d22\u5f15\u662f\u4ece0\u52305\u3002\u8fd9\u6ca1\u95ee\u9898\uff0c\u56e0\u4e3a<em>rand<\/em>\u4ece0\u9009\u53d6\u4e00\u4e2a\u6570\u5b57\uff08\u672a\u5b8c\u5168\u7ffb\u8bd1\uff0c\u539f\u6587\u4e3a\u201cbecause rand chooses a number from 0 to, but not including, its receiver.\u201d\uff0c\u6211\u6682\u65f6\u6ca1\u641e\u61c2\u4ed6\u8fd9\u53e5\u8bdd\u4ec0\u4e48\u610f\u601d\uff0c\u5f88\u660e\u663e\u8fd9\u54e5\u4eec\u4e0d\u559c\u6b22\u7528\u7b80\u5355\u6613\u61c2\u7684\u65b9\u5f0f\u5199\u4f5c\uff09\u3002<\/p>\n<p><strong>22.8. \u5408\u6cd5\u97f3\u6570\u7ec4<\/strong><\/p>\n<pre class=\"brush:jfx\">20.do({12.rand.postln;}) \/\/ 0 \u5230 11 \u7684\u968f\u673a\u6570\r\n\r\n\/\/ \u968f\u673a\u6570\u9009\u53d6, \u4f46\u6570\u7ec4\u4ec5\u4ece\u5927\u97f3\u9636\u8fd4\u56de\u97f3\r\n\r\n20.do({[0, 2, 4, 5, 7, 9, 11].at(6.rand).postln})\r\n\r\n\/\/ \u786e\u4fddrand\u7684\u8303\u56f4\u4e0d\u592a\u5927\r\n\r\n20.do({[0, 2, 4, 5, 7, 9, 11].at(12.rand).postln})\r\n\r\n\/\/ \u672a\u907f\u514d\u8303\u56f4\u592a\u5927, \u4f7f\u7528 array.size \u6216 wrapAt\r\n\r\na = [0, 2, 4, 5, 7, 9, 11];\r\n20.do({a.at((a.size).rand).postln})<\/pre>\n<p>\u6709\u7ed9<em>at\u3001wrapAt<\/em>\u3001\u6298\u53e0\uff08fold\uff09\u548c\u4fee\u526a\uff08clip\uff09\u7d22\u5f15\u7684\u7b80\u5199\u7b26\u53f7\u3002\u7528&#8221;@&#8221; \u548c &#8220;|&#8221;\u3002|i| \u662f arg i \u7684\u7b80\u5199\u3002<\/p>\n<p><strong>22.9. \u6570\u7ec4\u7d22\u5f15\u7b80\u5199<\/strong><\/p>\n<pre class=\"brush:jfx\">[45, 37, 99, 367, 9] @ 3 \/\/ \"\u5728\uff08at\uff09\" \u7d22\u5f15 3\r\n\r\n[45, 37, 99, 367, 9] @@ 25 \/\/ \"wrapAt\" \u7d22\u5f15 25\r\n\r\n[45, 37, 99, 367, 9] @|@ 25 \/\/ \u5728\u7d22\u5f15 25 \u6298\u53e0\r\n\r\n[45, 37, 99, 367, 9] |@| 25 \/\/ \u5728\u7d22\u5f15 25 \u4fee\u526a\r\n\r\n30.do({[0, 2, 4, 5, 7, 9, 11] @ (12.rand).postln})\r\n\r\n30.do({ |i| ([0, 2, 4, 5, 7, 9, 11] @@ i).postln})\r\n\r\n30.do({ |i| ([0, 2, 4, 5, 7, 9, 11] @|@ i).postln})\r\n\r\n30.do({ |i| ([0, 2, 4, 5, 7, 9, 11] |@| i).postln})<\/pre>\n<h3>\u7ec3\u4e60\uff0c\u5df4\u8d6b\u53d8\u5f02<\/h3>\n<p>\u6d88\u606f<em>at<\/em>\u540c\u6837\u5141\u8bb8\u4f60\u5728\u4e0d\u540c\u7684\u5ea6\u4e0a\u5f15\u7528\u6570\u7ec4\u9879\u76ee\uff1a\u6bcf\u9694\u4e00\u4e2a\uff0c\u6bcf\u9694\u4e24\u4e2a\uff0c\u7b49\u7b49\uff0c\u5c31\u50cf\u5728\u5bf9\u5df4\u8d6b\u7684\u4f5c\u54c1\u8fdb\u884c\u6781\u7b80\u7be1\u6539\u6240\u505a\u7684\u90a3\u6837\u3002<\/p>\n<p><strong>22.10. \u5408\u6cd5\u97f3\u7b26\u6570\u7ec4<\/strong><\/p>\n<pre class=\"brush:jfx\">\/\/ (\u9884\u5b9amidi)\r\n(\r\nvar pitch;\r\n\r\nr = Task({\r\n\/\/ \u5c1d\u8bd5\u522b\u7684\u7248\u672c\r\npitch = [12, 0, 2, 4, 2, 0, 7, 4, 12, 7, 4, 7, 5, 4, 5, 7, 0, 4, 7, 11] + 60;\r\ninf.do({arg h, i;\r\n   pitch.size.do({arg j;\r\n   var n;\r\n      \/\/\u9010\u4e2a, \u7136\u540e\u6bcf\u9694\u4e00\u4e2a, \u7136\u540e\u6bcf\u9694\u4e24\u4e2a\uff0c\u7b49\u7b49.\r\n      n = pitch.wrapAt(j*(i+1));\r\n      if((j%20 == 19), {n.postln}, {n.post; \" \".post});\r\n      m.noteOn(1, n, 100);\r\n      thisThread.clock.sched(0.1, {m.noteOff(1, n, 100); nil});\r\n      0.1.wait;\r\n   });\r\n});\r\n})\r\n)\r\n\r\nr.start;\r\nr.stop; 127.do({arg i; m.noteOff(1, i)});<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u4e2a\u96c6\u5408\u6216\u6570\u7ec4\u5373\u4e00\u4e2a\u9879\u76ee\u7ec4\u3002\u6570\u7ec4\u7528\u65b9\u62ec\u53f7\u5305\u56f4\uff0c\u6bcf\u4e2a\u9879\u76ee\u7531\u9017\u53f7\u9694\u5f00\u3002\u4e0b\u8fb9\u662f\u4e00\u4e2a\u6574\u6570\u6570\u7ec4\u3002 [1, 4, 6, 23, 45] \u5b57\u7b26\u4e32\u4e5f\u53ef\u4ee5\u88ab\u505a\u8fdb\u6570\u7ec4\u3002\u5b57\u7b26\u4e32\u5373\u4e00\u4e2a\u5b57\u7b26\u7684\u7ec4\uff0c\u8ba1\u7b97\u673a\u5c06\u4e4b\u89c6\u4e3a\u4e00\u4e2a\u5355\u72ec\u7684\u5bf9\u8c61\u3002 [&#8220;One&#8221;, &#8220;Two&#8221;, &#8220;Three&#8221;, &#8220;Four&#8221;] \u6216\u8005\u4f60\u53ef\u4ee5\u505a\u4e2a\u6df7\u5408\u4f53\u3002\u6ce8\u610f\u201c34\u201d\uff08\u5728\u5f15\u53f7\u5185\uff09\u5e76\u4e0d\u4f1a\u88abSC\u8bc6\u522b\u4e3a\u6574\u657034\uff0c\u800c\u662f\u4e00\u4e2a\u5305\u542b\u5b57\u7b263\u548c4\u7684\u5b57\u7b26\u4e32\u3002\u4f461\uff0c56\u548c3\u90fd\u662f\u6574\u6570\u3002 [1, &#8220;one&#8221;, &#8220;34&#8221;, 56, 3]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[72],"class_list":["post-1260","post","type-post","status-publish","format-standard","hentry","category-supercollider3","tag-sc"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts\/1260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1260"}],"version-history":[{"count":1,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts\/1260\/revisions"}],"predecessor-version":[{"id":1261,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=\/wp\/v2\/posts\/1260\/revisions\/1261"}],"wp:attachment":[{"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1260"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learn.travelchinawith.me\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}