{"id":81,"date":"2019-07-23T17:39:14","date_gmt":"2019-07-23T09:39:14","guid":{"rendered":"https:\/\/www.book11111.com\/?p=81"},"modified":"2019-07-27T22:05:07","modified_gmt":"2019-07-27T14:05:07","slug":"%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89","status":"publish","type":"post","link":"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/","title":{"rendered":"\u7f16\u5199\u6309\u952e\u9a71\u52a8\uff08\u4f7f\u7528\u8f93\u5165\u5b50\u7cfb\u7edf\uff09"},"content":{"rendered":"\n<p>\u5229\u7528\u5185\u6838\u8f93\u5165\u5b50\u7cfb\u7edf\u521b\u5efa\u6309\u952e\u9a71\u52a8\u4e00\u5171\u5206\u4e3a4\u6b65\uff1a\uff08\u53c2\u8003\u97e6\u8001\u5e08\u4ee3\u7801\uff09<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>\u5206\u914d\u4e00\u4e2ainput_dev\u7ed3\u6784\u4f53<\/li><li>\u8bbe\u7f6e<\/li><li>\u6ce8\u518c<\/li><li>\u786c\u4ef6\u76f8\u5173\u7684\u64cd\u4f5c<\/li><\/ol>\n\n\n\n<p>\u672c\u4eba\u4f7f\u7528\u5185\u6838\u7248\u672clinux3.14\uff0c\u4ea4\u53c9\u7f16\u8bd1\u5de5\u5177\u94fe\u4e3a\u81ea\u5236\uff1a<\/p>\n\n\n\n<p>\u5bf9\u7167\u89c6\u9891\u4ee3\u7801\uff0c\u6709\u51e0\u5904\u4e0d\u540c\uff0c\u4e3b\u8981\u4e3a\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>s3c2410_gpio_getpin\u6539\u4e3agpio_get_value<\/li><li>S3C2410_GPF0\u7b49\u6539\u4e3aS3C2410_GPF(0) \u6dfb\u52a0\u5934\u6587\u4ef6  #include &lt;linux\/gpio.h> #include &lt;mach\/gpio-samsung.h><\/li><\/ol>\n\n\n\n<ul class=\"wp-block-list\"><li>\u7531\u4e8eIRQT_BOTHEDGE\u7f16\u8bd1\u663e\u793a\u6ca1\u6709\u5b9a\u4e49\uff0c\u6545\u5b9a\u4e49<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#define __IRQT_FALEDGE IRQ_TYPE_EDGE_FALLING\n#define __IRQT_RISEDGE IRQ_TYPE_EDGE_RISING\n#define __IRQT_LOWLVL IRQ_TYPE_LEVEL_LOW\n#define __IRQT_HIGHLVL IRQ_TYPE_LEVEL_HIGH\n#define IRQT_NOEDGE (0)\n#define IRQT_RISING (__IRQT_RISEDGE)\n#define IRQT_FALLING (__IRQT_FALEDGE)\n#define IRQT_BOTHEDGE (__IRQT_RISEDGE|__IRQT_FALEDGE)\n#define IRQT_LOW (__IRQT_LOWLVL)\n#define IRQT_HIGH (__IRQT_HIGHLVL)\n#define IRQT_PROBE IRQ_TYPE_PROBE<\/pre>\n\n\n\n<p>\u5b8c\u6574\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#include &lt;linux\/module.h>\n#include &lt;linux\/version.h>\n\u00a0\n#include &lt;linux\/init.h>\n#include &lt;linux\/fs.h>\n#include &lt;linux\/interrupt.h>\n#include &lt;linux\/irq.h>\n#include &lt;linux\/sched.h>\n#include &lt;linux\/pm.h>\n#include &lt;linux\/sysctl.h>\n#include &lt;linux\/proc_fs.h>\n#include &lt;linux\/delay.h>\n#include &lt;linux\/platform_device.h>\n#include &lt;linux\/input.h>\n#include &lt;linux\/irq.h>\n#include &lt;plat\/gpio-cfg.h>\n#include &lt;linux\/gpio.h>\n\u00a0\n\u00a0\n#include &lt;mach\/gpio-samsung.h>\n#include &lt;asm\/io.h>\n#include &lt;mach\/regs-gpio.h>\n#include &lt;mach\/hardware.h>\n#define __IRQT_FALEDGE IRQ_TYPE_EDGE_FALLING\n#define __IRQT_RISEDGE IRQ_TYPE_EDGE_RISING\n#define __IRQT_LOWLVL IRQ_TYPE_LEVEL_LOW\n#define __IRQT_HIGHLVL IRQ_TYPE_LEVEL_HIGH\n#define IRQT_NOEDGE (0)\n#define IRQT_RISING (__IRQT_RISEDGE)\n#define IRQT_FALLING (__IRQT_FALEDGE)\n#define IRQT_BOTHEDGE (__IRQT_RISEDGE|__IRQT_FALEDGE)\n#define IRQT_LOW (__IRQT_LOWLVL)\n#define IRQT_HIGH (__IRQT_HIGHLVL)\n#define IRQT_PROBE IRQ_TYPE_PROBE\n\u00a0\nstruct pin_desc{\n\tint irq;\n\tchar *name;\n\tunsigned int pin;\n\tunsigned int key_val;\n};\n\u00a0\nstruct pin_desc pins_desc[4] = {\n\t{IRQ_EINT0,  \"S2\", S3C2410_GPF(0),   KEY_L},\n\t{IRQ_EINT2,  \"S3\", S3C2410_GPF(2),   KEY_S},\n\t{IRQ_EINT11, \"S4\", S3C2410_GPG(3),   KEY_ENTER},\n\t{IRQ_EINT19, \"S5\",  S3C2410_GPG(11), KEY_LEFTSHIFT},\n};\n\u00a0\nstatic struct input_dev *buttons_dev;\nstatic struct pin_desc *irq_pd;\nstatic struct timer_list buttons_timer;\n\u00a0\nstatic irqreturn_t buttons_irq(int irq, void *dev_id)\n{\n\t\/* 10ms\u540e\u542f\u52a8\u5b9a\u65f6\u5668 *\/\n\tirq_pd = (struct pin_desc *)dev_id;\n\tmod_timer(&amp;buttons_timer, jiffies+HZ\/100);\n\treturn IRQ_RETVAL(IRQ_HANDLED);\n}\n\u00a0\nstatic void buttons_timer_function(unsigned long data)\n{\n\tstruct pin_desc * pindesc = irq_pd;\n\tunsigned int pinval;\n\u00a0\n\tif (!pindesc)\n\t\treturn;\n\t\/\/s3c_gpio_cfgpin(pindesc->pin,S3C_GPIO_SFN(0));\n\tpinval = gpio_get_value(pindesc->pin);\n\u00a0\n\tif (pinval)\n\t{\n\t\t\/* \u677e\u5f00 : \u6700\u540e\u4e00\u4e2a\u53c2\u6570: 0-\u677e\u5f00, 1-\u6309\u4e0b *\/\n\t\tinput_event(buttons_dev, EV_KEY, pindesc->key_val, 0);\n\t\tinput_sync(buttons_dev);\n\t}\n\telse\n\t{\n\t\t\/* \u6309\u4e0b *\/\n\t\tinput_event(buttons_dev, EV_KEY, pindesc->key_val, 1);\n\t\tinput_sync(buttons_dev);\n\t}\n}\n\u00a0\nstatic int buttons_init(void)\n{\n\tint i;\n\u00a0\n\t\/* 1. \u5206\u914d\u4e00\u4e2ainput_dev\u7ed3\u6784\u4f53 *\/\n\tbuttons_dev = input_allocate_device();;\n\u00a0\n\t\/* 2. \u8bbe\u7f6e *\/\n\t\/* 2.1 \u80fd\u4ea7\u751f\u54ea\u7c7b\u4e8b\u4ef6 *\/\n\tset_bit(EV_KEY, buttons_dev->evbit);\n\t\/\/set_bit(EV_REP, buttons_dev->evbit);\n\u00a0\n\t\/* 2.2 \u80fd\u4ea7\u751f\u8fd9\u7c7b\u64cd\u4f5c\u91cc\u7684\u54ea\u4e9b\u4e8b\u4ef6: L,S,ENTER,LEFTSHIT *\/\n\tset_bit(KEY_L, buttons_dev->keybit);\n\tset_bit(KEY_S, buttons_dev->keybit);\n\tset_bit(KEY_ENTER, buttons_dev->keybit);\n\tset_bit(KEY_LEFTSHIFT, buttons_dev->keybit);\n\u00a0\n\t\/* 3. \u6ce8\u518c *\/\n\tinput_register_device(buttons_dev);\n\u00a0\n\t\/* 4. \u786c\u4ef6\u76f8\u5173\u7684\u64cd\u4f5c *\/\n\tinit_timer(&amp;buttons_timer);\n\tbuttons_timer.function = buttons_timer_function;\n\tadd_timer(&amp;buttons_timer);\n\u00a0\n\tfor (i = 0; i &lt; 4; i++)\n\t{\n\t\trequest_irq(pins_desc[i].irq, buttons_irq, IRQT_BOTHEDGE, pins_desc[i].name, &amp;pins_desc[i]);\n\t}\n\u00a0\n\treturn 0;\n}\n\u00a0\nstatic void buttons_exit(void)\n{\n\tint i;\n\tfor (i = 0; i &lt; 4; i++)\n\t{\n\t\tfree_irq(pins_desc[i].irq, &amp;pins_desc[i]);\n\t}\n\u00a0\n\tdel_timer(&amp;buttons_timer);\n\tinput_unregister_device(buttons_dev);\n\tinput_free_device(buttons_dev);\t\n}\n\u00a0\nmodule_init(buttons_init);\n\u00a0\nmodule_exit(buttons_exit);\n\u00a0\nMODULE_LICENSE(\"GPL\");<\/pre>\n\n\n\n<p>Makefile\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">KERN_DIR = \/work\/system\/linux-3.14.11\n\u00a0\nall:\n\tmake -C $(KERN_DIR) M=`pwd` modules \n\u00a0\nclean:\n\tmake -C $(KERN_DIR) M=`pwd` modules clean\n\trm -rf modules.order\n\u00a0\nobj-m\t+= buttons.o<\/pre>\n\n\n<p>\u5728\u5f00\u53d1\u677f\u4e0a\u8f93\u5165insmod\u00a0buttons.ko<\/p>\n<p>\u8f93\u5165\u00a0 ls \/dev\/event0 -l<\/p>\n<p>\u8f93\u51fa\u00a0 crw-rw&#8212;- \u00a0 \u00a01 0 \u00a0 \u00a0 \u00a0 \u00a00 \u00a0 \u00a0 \u00a0 \u00a0 \u00a013, \u00a064 Jan \u00a02 03:44 \/dev\/event0<\/p>\n<p>\u6d4b\u8bd5\u4f7f\u7528\u00a0cat \/dev\/tty1\u00a0<\/p>\n<p>\u6309\u4e0b s2 s3 \u65f6 \u53ef\u4ee5\u770b\u5230\u6253\u5370\u51fals\u6587\u672c<\/p>\n<p>\u4e5f\u53ef\u4ee5\u79fb\u690dlcd\u9a71\u52a8\u7a0b\u5e8f\u540e\u6d4b\u8bd5\uff0c\u5c31\u80fd\u76f4\u63a5\u663e\u793a\u5728\u5c4f\u5e55\u4e0a\u4e86\uff0c\u5982\u4e0b\uff1a<\/p>","protected":false},"excerpt":{"rendered":"<p>\u5229\u7528\u5185\u6838\u8f93\u5165\u5b50\u7cfb\u7edf\u521b\u5efa\u6309\u952e\u9a71\u52a8\u4e00\u5171\u5206\u4e3a4\u6b65\uff1a\uff08\u53c2\u8003\u97e6\u8001\u5e08\u4ee3\u7801\uff09 \u5206\u914d\u4e00\u4e2ainput_dev\u7ed3\u6784\u4f53 \u8bbe\u7f6e \u6ce8\u518c  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-81","post","type-post","status-publish","format-standard","hentry","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u7f16\u5199\u6309\u952e\u9a71\u52a8\uff08\u4f7f\u7528\u8f93\u5165\u5b50\u7cfb\u7edf\uff09 - \u6c88\u8d85\u7684\u535a\u5ba2<\/title>\n<meta name=\"description\" content=\"arm,dsp,pcb,fpga,zynq,\u5e38\u7528\u8f6f\u4ef6altium designed,\u7b97\u6cd5\" \/>\n<link rel=\"canonical\" href=\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/\u7f16\u5199\u6309\u952e\u9a71\u52a8\uff08\u4f7f\u7528\u8f93\u5165\u5b50\u7cfb\u7edf\uff09\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7f16\u5199\u6309\u952e\u9a71\u52a8\uff08\u4f7f\u7528\u8f93\u5165\u5b50\u7cfb\u7edf\uff09 - \u6c88\u8d85\u7684\u535a\u5ba2\" \/>\n<meta property=\"og:description\" content=\"arm,dsp,pcb,fpga,zynq,\u5e38\u7528\u8f6f\u4ef6altium designed,\u7b97\u6cd5\" \/>\n<meta property=\"og:url\" content=\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/\u7f16\u5199\u6309\u952e\u9a71\u52a8\uff08\u4f7f\u7528\u8f93\u5165\u5b50\u7cfb\u7edf\uff09\/\" \/>\n<meta property=\"og:site_name\" content=\"\u6c88\u8d85\u7684\u535a\u5ba2\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-23T09:39:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-27T14:05:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\">\n\t<meta name=\"twitter:data1\" content=\"3 \u5206\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"http:\/\/116.62.123.213\/#website\",\"url\":\"http:\/\/116.62.123.213\/\",\"name\":\"\\u6c88\\u8d85\\u7684\\u535a\\u5ba2\",\"description\":\"arm,dsp,pcb,fpga,zynq,\\u5e38\\u7528\\u8f6f\\u4ef6altium designed,\\u7b97\\u6cd5\",\"publisher\":{\"@id\":\"http:\/\/116.62.123.213\/#\/schema\/person\/686c7e95d9da5350921994bb9575417c\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"http:\/\/116.62.123.213\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/#webpage\",\"url\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/\",\"name\":\"\\u7f16\\u5199\\u6309\\u952e\\u9a71\\u52a8\\uff08\\u4f7f\\u7528\\u8f93\\u5165\\u5b50\\u7cfb\\u7edf\\uff09 - \\u6c88\\u8d85\\u7684\\u535a\\u5ba2\",\"isPartOf\":{\"@id\":\"http:\/\/116.62.123.213\/#website\"},\"datePublished\":\"2019-07-23T09:39:14+00:00\",\"dateModified\":\"2019-07-27T14:05:07+00:00\",\"description\":\"arm,dsp,pcb,fpga,zynq,\\u5e38\\u7528\\u8f6f\\u4ef6altium designed,\\u7b97\\u6cd5\",\"breadcrumb\":{\"@id\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"http:\/\/116.62.123.213\/\",\"url\":\"http:\/\/116.62.123.213\/\",\"name\":\"\\u9996\\u9875\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/\",\"url\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/\",\"name\":\"\\u7f16\\u5199\\u6309\\u952e\\u9a71\\u52a8\\uff08\\u4f7f\\u7528\\u8f93\\u5165\\u5b50\\u7cfb\\u7edf\\uff09\"}}]},{\"@type\":\"Article\",\"@id\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/#webpage\"},\"author\":{\"@id\":\"http:\/\/116.62.123.213\/#\/schema\/person\/686c7e95d9da5350921994bb9575417c\"},\"headline\":\"\\u7f16\\u5199\\u6309\\u952e\\u9a71\\u52a8\\uff08\\u4f7f\\u7528\\u8f93\\u5165\\u5b50\\u7cfb\\u7edf\\uff09\",\"datePublished\":\"2019-07-23T09:39:14+00:00\",\"dateModified\":\"2019-07-27T14:05:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/#webpage\"},\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/116.62.123.213\/#\/schema\/person\/686c7e95d9da5350921994bb9575417c\"},\"articleSection\":\"\\u5d4c\\u5165\\u5f0flinux\",\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/116.62.123.213\/index.php\/2019\/07\/23\/%e7%bc%96%e5%86%99%e6%8c%89%e9%94%ae%e9%a9%b1%e5%8a%a8%ef%bc%88%e4%bd%bf%e7%94%a8%e8%be%93%e5%85%a5%e5%ad%90%e7%b3%bb%e7%bb%9f%ef%bc%89\/#respond\"]}]},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/116.62.123.213\/#\/schema\/person\/686c7e95d9da5350921994bb9575417c\",\"name\":\"\\u6c88\\u8d85\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\/\/116.62.123.213\/#personlogo\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/40261dfac05f2d465bb2abf96c1c4e8ceaf45876aec9d52e6b86ef40372d06f0?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/40261dfac05f2d465bb2abf96c1c4e8ceaf45876aec9d52e6b86ef40372d06f0?s=96&d=identicon&r=g\",\"caption\":\"\\u6c88\\u8d85\"},\"logo\":{\"@id\":\"http:\/\/116.62.123.213\/#personlogo\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/posts\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/comments?post=81"}],"version-history":[{"count":1,"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/posts\/81\/revisions"}],"predecessor-version":[{"id":82,"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/posts\/81\/revisions\/82"}],"wp:attachment":[{"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/media?parent=81"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/categories?post=81"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/116.62.123.213\/index.php\/wp-json\/wp\/v2\/tags?post=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}