{"id":1468,"date":"2022-09-27T16:14:37","date_gmt":"2022-09-27T16:14:37","guid":{"rendered":"https:\/\/keyboardtester.info\/%e6%8c%89%e9%94%ae%e7%bf%bb%e8%bd%ac%e6%b5%8b%e8%af%95-%e9%94%ae%e7%9b%98-nkro-%e6%a3%80%e6%9f%a5\/"},"modified":"2023-02-09T13:40:35","modified_gmt":"2023-02-09T13:40:35","slug":"%e6%8c%89%e9%94%ae%e7%bf%bb%e8%bd%ac%e6%b5%8b%e8%af%95","status":"publish","type":"post","link":"https:\/\/keyboardtester.info\/zh-hans\/%e6%8c%89%e9%94%ae%e7%bf%bb%e8%bd%ac%e6%b5%8b%e8%af%95\/","title":{"rendered":"\u6309\u952e\u7ffb\u8f6c\u6d4b\u8bd5 |\u952e\u76d8 NKRO \u68c0\u67e5"},"content":{"rendered":"\n<p>\u6211\u4eec\u7684\u6309\u952e\u7ffb\u8f6c\u6d4b\u8bd5\u5c06\u5e2e\u52a9\u60a8\u68c0\u67e5\u952e\u76d8\u4e0a\u7684 NKRO \u7ffb\u8f6c\uff0c\u53c2\u52a0\u6d4b\u8bd5\u5e76\u67e5\u770b\uff01<\/p>\n<script type=\"text\/javascript\">\r\nvar keys = [];\r\nvar order = [];\r\n\r\nfunction getkeyname(keycode) {\r\n\tif(keycode >= 65 && keycode <= 90) {\r\n\t\treturn String.fromCharCode(keycode);\r\n\t}\r\n\tif(keycode >= 48 && keycode <= 57) return keycode - 48;\r\n\tif(keycode == 8) return \"&lt;BACKSPACE&gt;\";\r\n\tif(keycode == 9) return \"&lt;TAB&gt;\";\r\n\tif(keycode == 12) return \"&lt;NUM5&gt;\";\r\n\tif(keycode == 13) return \"&lt;ENTER&gt;\";\r\n\tif(keycode == 16) return \"&lt;SHIFT&gt;\";\r\n\tif(keycode == 17) return \"&lt;CTRL&gt;\";\r\n\tif(keycode == 18) return \"&lt;ALT&gt;\";\r\n\tif(keycode == 19) return \"&lt;PAUSE&gt;\";\r\n\tif(keycode == 20) return \"&lt;CAPSLOCK&gt;\";\r\n\tif(keycode == 27) return \"&lt;ESC&gt;\";\r\n\tif(keycode == 32) return \"&lt;SPACE&gt;\";\r\n\tif(keycode == 33) return \"&lt;PAGEUP&gt;\";\r\n\tif(keycode == 34) return \"&lt;PAGEDOWN&gt;\";\r\n\tif(keycode == 35) return \"&lt;END&gt;\";\r\n\tif(keycode == 36) return \"&lt;HOME&gt;\";\r\n\tif(keycode == 37) return \"&lt;LEFTARROW&gt;\";\r\n\tif(keycode == 38) return \"&lt;UPARROW&gt;\";\r\n\tif(keycode == 39) return \"&lt;RIGHTARROW&gt;\";\r\n\tif(keycode == 40) return \"&lt;DOWNARROW&gt;\";\r\n\tif(keycode == 45) return \"&lt;INSERT&gt;\";\r\n\tif(keycode == 46) return \"&lt;DELETE&gt;\";\r\n\tif(keycode == 59) return \";\";\r\n\tif(keycode == 91) return \"&lt;LEFTWINDOWS&gt;\";\r\n\tif(keycode == 92) return \"&lt;RIGHTWINDOWS&gt;\";\r\n\tif(keycode == 93) return \"&lt;MENU&gt;\";\r\n\tif(keycode >= 96 && keycode <= 105) return \"&lt;NUM\" + (keycode - 96) + \"&gt;\";\r\n\tif(keycode == 106) return \"&lt;MULTIPLY&gt;\";\r\n\tif(keycode == 107) return \"&lt;ADD&gt;\";\r\n\tif(keycode == 109) return \"&lt;SUBTRACT&gt;\";\r\n\tif(keycode == 110) return \"&lt;DECIMAL&gt;\";\r\n\tif(keycode == 111) return \"&lt;DIVIDE&gt;\";\r\n\tif(keycode >= 112 && keycode <= 123) return \"&lt;F\" + (keycode - 111) + \"&gt;\";\r\n\tif(keycode == 144) return \"&lt;NUMLOCK&gt;\";\r\n\tif(keycode == 145) return \"&lt;SCROLLLOCK&gt;\";\r\n\tif(keycode == 186) return \"&lt;SEMICOLON&gt;\";\r\n\tif(keycode == 187) return \"&lt;EQUALS&gt;\";\r\n\tif(keycode == 188) return \",\";\r\n\tif(keycode == 189) return \"&lt;DASH&gt;\";\r\n\tif(keycode == 190) return \".\";\r\n\tif(keycode == 191) return \"\/\";\r\n\tif(keycode == 192) return \"&lt;BACKTICK&gt;\";\r\n\tif(keycode == 219) return \"[\";\r\n\tif(keycode == 220) return \"\\\\\";\r\n\tif(keycode == 221) return \"]\";\r\n\tif(keycode == 222) return \"'\";\r\n\treturn \"&lt;\" + keycode + \"&gt;\";\r\n}\r\n\r\n\/\/This prototype is provided by the Mozilla foundation and\r\n\/\/is distributed under the MIT license.\r\n\/\/http:\/\/www.ibiblio.org\/pub\/Linux\/LICENSES\/mit.license\r\nif (!Array.prototype.map)\r\n{\r\n  Array.prototype.map = function(fun \/*, thisp*\/)\r\n  {\r\n    var len = this.length;\r\n    if (typeof fun != \"function\")\r\n      throw new TypeError();\r\n\r\n    var res = new Array(len);\r\n    var thisp = arguments[1];\r\n    for (var i = 0; i < len; i++)\r\n    {\r\n      if (i in this)\r\n        res[i] = fun.call(thisp, this[i], i, this);\r\n    }\r\n\r\n    return res;\r\n  };\r\n}\r\n\r\nfunction update() {\r\n\tdocument.getElementById('disp').innerHTML = order.map(getkeyname).join(\"\");\r\n\tdocument.getElementById('count').innerHTML = order.length;\r\n}\r\n\r\nfunction remove(which) {\r\n\tfor(var i = 0; i < order.length; i++) {\r\n\t\tif(order[i] == which) {\r\n\t\t\torder.splice(i, 1);\r\n\t\t\treturn;\r\n\t\t}\r\n\t}\r\n}\r\n\r\nfunction getkeycode(e) {\r\n\tvar keycode;\r\n\tif (window.event) keycode = window.event.keyCode;\r\n\telse if (e) keycode = e.which;\r\n\treturn keycode;\r\n}\r\n\r\njQuery(\"body\").keyup(function(){\r\n\tc=getkeycode(event); keys[c] = ''; remove(c); update();\r\n});\r\njQuery(\"body\").keydown(function(){\r\n\tc=getkeycode(event); if(keys[c] == c) return \r\nfalse; keys[c] = c; order[order.length] = c; update(); return false;\r\n});\r\n\t\r\n<\/script>\r\n\r\n<p>Directions: Type some keys.<p>\r\n\r\n<table border = 1 width=500>\r\n<tr><td>\r\n<p><br><\/p>\r\n Keys accepted: <span id=\"disp\"><\/span><br>\r\n Count: <span id=\"count\"><\/span><br>\r\n<p><br><\/p>\r\n\r\n<\/td><\/tr><\/table>\n\n<p><\/p>\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">\u4ec0\u4e48\u662f NKRO\uff1f<\/h2>\n\n<p>\u7528\u4e8e\u5b9a\u4e49\u53ef\u4ee5\u540c\u65f6\u6309\u4e0b\u591a\u5c11\u4e2a\u952e\u7684\u77ed\u8bed\u79f0\u4e3a n \u952e\u7ffb\u8f6c\uff08\u6216 NKRO\uff09\u3002 \u60a8\u53ef\u4ee5\u540c\u65f6\u6309\u4e0b 6 \u952e\u7ffb\u8f6c\u952e\u76d8\u4e0a\u7684\u516d\u4e2a\u952e\u548c\u5168 n \u952e\u7ffb\u8f6c\u952e\u76d8\u4e0a\u7684\u6240\u6709 n \u4e2a\u952e\uff08\u5982\u679c\u60a8\u5404\u6709\u4e00\u4e2a\uff09\u3002<\/p>\n\n<p>\u5927\u591a\u6570\u673a\u68b0\u952e\u76d8\u90fd\u5177\u6709\u79f0\u4e3a NKRO \u6216 N \u952e\u7ffb\u8f6c\u7684\u529f\u80fd\u3002 \u5b83\u4f7f\u7528\u6237\u80fd\u591f\u540c\u65f6\u6309\u4e0b\u591a\u4e2a\u952e\uff0c\u6bcf\u4e2a\u952e\u51fb\u90fd\u88ab\u5355\u72ec\u6ce8\u518c\u3002 \u8fd9\u5bf9\u4e8e\u540c\u65f6\u6309\u4e0b\u591a\u4e2a\u952e\u7684\u6e38\u620f\u73a9\u5bb6\u7279\u522b\u6709\u7528\u3002<\/p>\n\n<p>NKRO \u65e0\u9700\u8ba9 PC \u6267\u884c\u6b64\u4efb\u52a1\uff0c\u800c\u662f\u80fd\u591f\u5355\u72ec\u626b\u63cf\u6bcf\u4e2a\u6309\u94ae\u6309\u4e0b\u7684\u64cd\u4f5c\u3002 \u56e0\u6b64\uff0c\u5373\u4f7f\u60a8\u4e00\u6b21\u6309\u4e0b\u591a\u4e2a\u6309\u94ae\u6216\u952e\uff0c\u6bcf\u4e2a\u6309\u94ae\u6216\u952e\u90fd\u4f1a\u88ab\u8bb0\u5f55\u4e0b\u6765\u3002<\/p>\n\n<h2 class=\"wp-block-heading\">\u4f7f\u7528\u6211\u4eec\u7684\u5728\u7ebf\u6d4b\u8bd5\u8fdb\u884c\u5bc6\u94a5\u7ffb\u8f6c\u6d4b\u8bd5<\/h2>\n\n<p>\u60a8\u4e0d\u786e\u5b9a\u952e\u76d8\u53ef\u4ee5\u652f\u6301\u7684\u7ffb\u8f6c\u7c7b\u578b\u3002 \u6216\u8005\u60a8\u53ef\u80fd\u60f3\u67e5\u770b\u5236\u9020\u5546\u7684\u8981\u6c42\uff1f \u6ca1\u6709\u4efb\u4f55\u95ee\u9898\uff01 \u501f\u52a9\u5728\u7ebf\u7ffb\u8f66\u6d4b\u8bd5\uff0c\u60a8\u53ef\u4ee5\u5feb\u901f\u5b66\u4e60\u3002 \u5b83\u5728\u6d4f\u89c8\u5668\u4e2d\u8fd0\u884c\u5e76\u663e\u793a\u6700\u591a\u53ef\u4ee5\u540c\u65f6\u6ce8\u518c\u7684\u952e\u3002 \u6b64\u5916\uff0c\u60a8\u53ef\u4ee5\u901a\u8fc7\u6d4b\u8bd5\u6765\u9a8c\u8bc1\u4efb\u4f55\u968f\u673a\u952e\u5e8f\u5217\u662f\u5426\u5df2\u6b63\u786e\u6ce8\u518c\u3002<\/p>\n\n<p>\u4f7f\u7528\u6211\u4eec\u7684\u5728\u7ebf\u952e\u76d8\u7ffb\u8f6c\u6d4b\u8bd5\uff0c\u60a8\u53ef\u4ee5\u5feb\u901f\u8f7b\u677e\u5730\u786e\u8ba4\u4ea7\u54c1\u8be6\u7ec6\u4fe1\u606f\u3002 \u5355\u51fb\u5f00\u59cb\u6309\u94ae\u5f00\u59cb\u6d4b\u8bd5\u3002 \u63a5\u4e0b\u6765\uff0c\u5f00\u59cb\u6253\u5b57\u3002 \u8be5\u5de5\u5177\u4f1a\u8bb0\u5f55\u60a8\u7684\u6240\u6709\u8f93\u5165\u5e76\u663e\u793a\u5df2\u8bc6\u522b\u7684\u6309\u952e\u4ee5\u53ca\u4e00\u6b21\u6309\u4e0b\u7684\u6309\u952e\u603b\u6570\u3002 \u5c1d\u8bd5\u4e0d\u540c\u7684\u7ec4\u5408\u952e\u5e76\u67e5\u770b\u60a8\u7684\u952e\u76d8\u53ef\u4ee5\u540c\u65f6\u5bb9\u7eb3\u591a\u5c11\u4e2a\u952e\u662f\u5f88\u7b80\u5355\u7684\u3002<\/p>\n\n<p class=\"has-text-align-center has-base-background-color has-background has-medium-font-size\"><em>\u60a8\u8fd8\u53ef\u4ee5\u4f7f\u7528\u6211\u4eec\u7684<a href=\"https:\/\/keyboardtester.info\/zh-hans\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u5728\u7ebf\u952e\u76d8\u6d4b\u8bd5<\/a>\u6765\u68c0\u67e5\u60a8\u7684\u952e\u76d8\uff01<\/em><\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"500\" src=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/Rollover-Test-2.jpg\" alt=\"&#x6309;&#x952E;&#x7FFB;&#x8F6C;&#x6D4B;&#x8BD5;\" class=\"wp-image-179\" title=\"\" srcset=\"https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/Rollover-Test-2.jpg 1000w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/Rollover-Test-2-300x150.jpg 300w, https:\/\/keyboardtester.info\/wp-content\/uploads\/2022\/09\/Rollover-Test-2-768x384.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><figcaption>\u6309\u952e\u7ffb\u8f6c\u6d4b\u8bd5<\/figcaption><\/figure>\n<\/div>\n<h2 class=\"wp-block-heading\">\u5982\u679c\u60a8\u8d85\u8fc7\u5c55\u671f\u9650\u5236\u4f1a\u600e\u6837\uff1f<\/h2>\n\n<p>\u5982\u679c\u6309\u4e0b\u7684\u952e\u591a\u4e8e\u952e\u76d8\u7684\u7ffb\u8f6c\u9650\u5236\uff0c\u5c06\u53d1\u751f\u4ee5\u4e0b\u4e09\u79cd\u60c5\u51b5\u4e4b\u4e00\uff1a<\/p>\n\n<ol class=\"wp-block-list\" type=\"1\"><li>\u672a\u6309\u4e0b\u7684\u952e\u88ab\u6807\u8bb0\u4e3a\u989d\u5916\u7684\u952e\u3002 \u901a\u5e38\uff0c\u6b64\u6d3b\u52a8\u79f0\u4e3a\u91cd\u5f71\u3002<\/li><li>\u94a5\u5319\u672a\u5728\u9501\u4e0a\u6ce8\u518c\u3002 \u5f88\u53ef\u80fd\u662f\u7531\u4e8e\u53d1\u9001\u5230\u952e\u76d8\u63a7\u5236\u5668\u7684\u6307\u4ee4\u5ffd\u7565\u4e86\u6b64\u7ec4\u5408\u952e\u4ee5\u907f\u514d\u91cd\u5f71\u3002 \u8fd9\u79cd\u65b9\u6cd5\u79f0\u4e3a\u963b\u585e\u3002<\/li><li>\u6b63\u786e\u6ce8\u518c\u7ec4\u5408\u952e\u540e\u4e0d\u4f1a\u51fa\u73b0\u95ee\u9898\u3002 \u952e\u76d8\u7684\u7ffb\u8f6c\u503c\u4e0d\u662f\u4e0a\u9650\uff1b\u4e00\u4e9b\u66f4\u597d\u7684\u7ec4\u5408\u952e\u5b8c\u7f8e\u8fd0\u884c\u662f\u5b8c\u5168\u53ef\u80fd\u7684\u3002 \u5b58\u5728\u5173\u952e\u7ffb\u8f6c\u503c\u662f\u6709\u539f\u56e0\u7684\uff1b\u5c3d\u7ba1\u5982\u6b64\uff0c\u8fd8\u662f\u6709\u4e00\u4e9b\u7ec4\u5408\u4e0d\u8d77\u4f5c\u7528\u3002<\/li><\/ol>\n\n<h2 class=\"has-text-align-center wp-block-heading\">\u5e38\u89c1\u95ee\u9898\u89e3\u7b54<\/h2>\n\n<h3 class=\"wp-block-heading\"><strong>\u4ec0\u4e48\u662f\u6211\u7684\u952e\u76d8\u7ffb\u8f6c\uff1f<\/strong><\/h3>\n\n<p>\u60a8\u7684\u952e\u76d8\u7ffb\u8f6c\u53ef\u4ee5\u7531\u663e\u793a\u7684\u6309\u952e\u603b\u6570\u51b3\u5b9a\u3002 \u5982\u679c\u60a8\u540c\u65f6\u6309\u4e0b\u4e24\u4e2a\u4ee5\u4e0a\u7684\u952e\uff0c\u8fd9\u4e9b\u952e\u5c06\u51fa\u73b0\u5728\u5c4f\u5e55\u4e0a<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u5982\u4f55\u6d4b\u8bd5\u6211\u7684\u7ffb\u8f6c\u952e\u76d8\uff1f<\/strong><\/h3>\n\n<p>\u7ffb\u8f6c\u952e\u76d8\u662f\u4f7f\u7528\u6211\u4eec\u7f51\u7ad9\u4e0a\u63d0\u4f9b\u7684\u5728\u7ebf\u7ffb\u8f6c\u952e\u76d8\u6d4b\u8bd5\u786e\u5b9a\u7684\u3002<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>\u4ec0\u4e48\u662f\u597d\u7684\u5bc6\u94a5\u7ffb\u8f6c\uff1f<\/strong><\/h3>\n\n<p>\u516d\u952e\u7ffb\u8f6c\u662f\u6700\u5e38\u7528\u7684\u7ffb\u8f6c\u7c7b\u578b\u4e4b\u4e00\uff0c\u5b83\u5728\u5927\u591a\u6570\u6e38\u620f\u548c\u6253\u5b57\u60c5\u51b5\u4e0b\u90fd\u80fd\u5f88\u597d\u5730\u5de5\u4f5c\u3002<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>6\u952e\u7ffb\u8f6c\u591f\u6253\u6e38\u620f\u5417\uff1f<\/strong><\/h3>\n\n<p>\u5bf9\u4e8e\u9ad8\u8d28\u91cf\u7684\u6e38\u620f\u73a9\u6cd5\uff0c\u516d\u4e2a\u5173\u952e\u7ffb\u8f6c\u5c31\u8db3\u591f\u4e86\u3002 \u4e3a\u4e86\u83b7\u5f97\u6109\u5feb\u7684\u4f53\u9a8c\uff0c\u6e38\u620f\u7b14\u8bb0\u672c\u7535\u8111\u5305\u62ec\u4ece 6 \u4e2a\u952e\u5f00\u59cb\u7684\u7ffb\u8f6c\u529f\u80fd\u3002<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>N \u952e\u7ffb\u8f6c\u662f\u5426\u9002\u5408\u6e38\u620f\uff1f<\/strong> <\/h3>\n\n<p>\u5927\u591a\u6570\u673a\u68b0\u952e\u76d8\u90fd\u5177\u6709\u79f0\u4e3a NKRO \u6216 N \u952e\u7ffb\u8f6c\u7684\u529f\u80fd\u3002 \u5b83\u4f7f\u7528\u6237\u80fd\u591f\u540c\u65f6\u6309\u4e0b\u591a\u4e2a\u952e\uff0c\u6bcf\u4e2a\u952e\u51fb\u90fd\u88ab\u5355\u72ec\u6ce8\u518c\u3002 \u8fd9\u5bf9\u4e8e\u540c\u65f6\u6309\u4e0b\u591a\u4e2a\u952e\u7684\u6e38\u620f\u73a9\u5bb6\u7279\u522b\u6709\u7528\u3002<\/p>\n\n<p>\u5176\u4ed6\u952e\u76d8\u5de5\u5177\uff1a<\/p>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/keyboardtester.info\/zh-hans\/?p=1453\" target=\"_blank\" rel=\"noreferrer noopener\">WPM\u6d4b\u8bd5<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/zh-hans\/?p=1239\" target=\"_blank\" rel=\"noreferrer noopener\">\u952e\u76d8\u5ef6\u8fdf\u6d4b\u8bd5<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/zh-hans\/%e6%9c%ba%e6%a2%b0%e9%94%ae%e7%9b%98%e6%b5%8b%e8%af%95-%e5%9c%a8%e7%ba%bf%e5%bc%80%e5%85%b3%e6%b5%8b%e8%af%95%e4%bb%aa\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u673a\u68b0\u952e\u76d8\u6d4b\u8bd5<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/zh-hans\/mac-%e9%94%ae%e7%9b%98%e6%b5%8b%e8%af%95%e4%bb%aa\/\" target=\"_blank\" rel=\"noreferrer noopener\">Mac \u952e\u76d8\u6d4b\u8bd5\u4eea<\/a><\/li><li><a href=\"https:\/\/keyboardtester.info\/zh-hans\/%e5%a6%82%e4%bd%95%e7%94%a8%e9%94%ae%e7%9b%98%e7%8e%a9-osu\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u5982\u4f55\u7528\u952e\u76d8\u73a9 OSU<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u6211\u4eec\u7684\u6309\u952e\u7ffb\u8f6c\u6d4b\u8bd5\u5c06\u5e2e\u52a9\u60a8\u68c0\u67e5\u952e\u76d8\u4e0a\u7684  &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"\u6309\u952e\u7ffb\u8f6c\u6d4b\u8bd5 |\u952e\u76d8 NKRO \u68c0\u67e5\" class=\"read-more button\" href=\"https:\/\/keyboardtester.info\/zh-hans\/%e6%8c%89%e9%94%ae%e7%bf%bb%e8%bd%ac%e6%b5%8b%e8%af%95\/#more-1468\" aria-label=\"\u66f4\u591a \u6309\u952e\u7ffb\u8f6c\u6d4b\u8bd5 |\u952e\u76d8 NKRO \u68c0\u67e5\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":653,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[],"class_list":["post-1468","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-71","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/posts\/1468","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/comments?post=1468"}],"version-history":[{"count":2,"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/posts\/1468\/revisions"}],"predecessor-version":[{"id":1489,"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/posts\/1468\/revisions\/1489"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/media\/653"}],"wp:attachment":[{"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/media?parent=1468"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/categories?post=1468"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/keyboardtester.info\/zh-hans\/wp-json\/wp\/v2\/tags?post=1468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}