{"id":37,"date":"2015-07-13T17:30:30","date_gmt":"2015-07-13T08:30:30","guid":{"rendered":"http:\/\/www.cotegg.com\/blog\/?p=37"},"modified":"2015-09-04T17:40:09","modified_gmt":"2015-09-04T08:40:09","slug":"angularjs-on-emit-broadcast","status":"publish","type":"post","link":"https:\/\/www.cotegg.com\/blog\/?p=37","title":{"rendered":"\u3010AngularJS\u3011 $on, $emit, $broadcast"},"content":{"rendered":"<p>\u3069\u3046\u3082\u3001\u306a\u304b\u305f\u3067\u3059\u3002<\/p>\n<p>AngularJS\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc(\u30b9\u30b3\u30fc\u30d7)\u9593\u306e\u30c7\u30fc\u30bf\u3084\u308a\u3068\u308a\u3067\u4f7f\u308f\u308c\u308b\u3001<br \/>\n\u300c$on\u300d\u3001\u300c$emit\u300d\u3001\u300c$broadcast\u300d<br \/>\n\u4eca\u56de\u306f\u3053\u308c\u3089\u306b\u3064\u3044\u3066\u307e\u3068\u3081\u3066\u307f\u305f\u3002<\/p>\n<h2>$on<\/h2>\n<p>\u30a4\u30d9\u30f3\u30c8\u76e3\u8996\u3092\u884c\u3046<br \/>\n\u6307\u5b9a\u306e\u30a4\u30d9\u30f3\u30c8\u304c\u767a\u751f\u3057\u305f\u969b\u306b\u5b9f\u884c\u3055\u308c\u308b\u30ea\u30b9\u30ca\u30fc\u3092\u767b\u9332\u3067\u304d\u308b<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\nscope.$on('eventname', function(event, args) {\r\n...\r\n});\r\n<\/pre>\n<h2>$emit<\/h2>\n<p>\u81ea\u5206\u3092\u542b\u3080\u4e0a\u65b9\u5411\uff08\u89aa\u65b9\u5411\uff09\u3078\u306e\u30a4\u30d9\u30f3\u30c8\u901a\u77e5<br \/>\n\u30a4\u30d9\u30f3\u30c8\u3068\u4e00\u7dd2\u306b\u30c7\u30fc\u30bf\u3082\u6e21\u3059\u3053\u3068\u304c\u3067\u304d\u308b<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\nscope.$emit('eventname', args);\r\n<\/pre>\n<h2>$broadcast<\/h2>\n<p>\u81ea\u5206\u3092\u542b\u3080\u4e0b\u65b9\u5411\uff08\u5b50\u65b9\u5411\uff09\u3078\u306e\u30a4\u30d9\u30f3\u30c8\u901a\u77e5<br \/>\n\u30a4\u30d9\u30f3\u30c8\u3068\u4e00\u7dd2\u306b\u30c7\u30fc\u30bf\u3082\u6e21..(ry<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\nscope.$broadcast('eventname', args);\r\n<\/pre>\n<h2>\u305d\u3082\u305d\u3082\u89aa\u5b50\u3063\u3066\u306a\u3093\u306a\u306e\u3088\uff1f<\/h2>\n<p>\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc\u304c\u5165\u308c\u5b50\u306b\u306a\u3063\u3066\u3044\u308b\u5834\u5408\u3001AngularJS\u306f<br \/>\n\u5916\u5074\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc\u3092\u89aa\u3001\u5185\u5074\u3092\u5b50\u3068\u3057\u3066\u307f\u308b<\/p>\n<pre class=\"brush: xml; title: \u89aa\u5b50\u3067\u306a\u3044\u30d1\u30bf\u30fc\u30f3; notranslate\" title=\"\u89aa\u5b50\u3067\u306a\u3044\u30d1\u30bf\u30fc\u30f3\">\r\n&lt;div ng-controller=&quot;Ctrl1&quot;&gt;\r\n&lt;a href=&quot;#&quot; ng-click=&quot;click()&quot;&gt;click1&lt;\/a&gt;\r\n&lt;\/div&gt;\r\n&lt;div ng-controller=&quot;Ctrl2&quot;&gt;\r\n&lt;a href=&quot;#&quot; ng-click=&quot;click()&quot;&gt;click2&lt;\/a&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<pre class=\"brush: xml; title: \u89aa\u5b50\u30d1\u30bf\u30fc\u30f3; notranslate\" title=\"\u89aa\u5b50\u30d1\u30bf\u30fc\u30f3\">\r\n&lt;div ng-controller=&quot;Ctrl1&quot;&gt;\r\n&lt;a href=&quot;#&quot; ng-click=&quot;click()&quot;&gt;click1&lt;\/a&gt;\r\n&lt;div ng-controller=&quot;Ctrl2&quot;&gt;\r\n&lt;a href=&quot;#&quot; ng-click=&quot;click()&quot;&gt;click2&lt;\/a&gt;\r\n&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<\/pre>\n<p>Ctrl2\u304cCtrl1\u306e\u5185\u5074\u306b\u5165\u3063\u3066\u307e\u3059\u306d\u3002<br \/>\n\u3053\u308c\u3067\u89aa\u5b50\u95a2\u4fc2\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n<h2>\u5b9f\u969b\u306b\u52d5\u304b\u3057\u3066\u307f\u3088\u3046<\/h2>\n<pre class=\"brush: xml; title: index.html; notranslate\" title=\"index.html\">\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html ng-app=&quot;app&quot;&gt;\r\n&lt;head&gt;\r\n&lt;script src=&quot;https:\/\/ajax.googleapis.com\/ajax\/libs\/angularjs\/1.3.0-beta.4\/angular.min.js&quot;&gt;&lt;\/script&gt;\r\n&lt;script src=&quot;app.js&quot;&gt;&lt;\/script&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;div ng-controller=&quot;Ctrl1&quot;&gt;\r\n&lt;a href=&quot;#&quot; ng-click=&quot;click()&quot;&gt;click1&lt;\/a&gt;\r\n&lt;div ng-controller=&quot;Ctrl2&quot;&gt;\r\n&lt;a href=&quot;#&quot; ng-click=&quot;click()&quot;&gt;click2&lt;\/a&gt;\r\n&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<pre class=\"brush: jscript; title: app.js; notranslate\" title=\"app.js\">\r\nangular.module(&quot;app&quot;, [])\r\n.controller(&quot;Ctrl1&quot;, function($scope) {\r\n$scope.$on(&quot;event:test&quot;, function(event, args) {\r\nconsole.log(&quot;controller1&quot;, args);\r\n});\r\n$scope.click = function() {\r\n$scope.$emit(&quot;event:test&quot;, &quot;data1&quot;);\r\n};\r\n})\r\n.controller(&quot;Ctrl2&quot;, function($scope) {\r\n$scope.$on(&quot;event:test&quot;, function(event, args) {\r\nconsole.log(&quot;controller2&quot;, args);\r\n});\r\n$scope.click = function() {\r\n$scope.$emit(&quot;event:test&quot;, &quot;data2&quot;);\r\n};\r\n});\r\n<\/pre>\n<h2>\u7d50\u679c\u3092\u898b\u3066\u307f\u3088\u3046<\/h2>\n<p>$emit\u306b\u306a\u3063\u3066\u308b\u306e\u3067\u3001<br \/>\n&#8211; click1\u3092\u62bc\u4e0b \u2192 &#8220;controller1 data1&#8221; \u304c\u30ed\u30b0\u306b\u51fa\u529b\u3055\u308c\u308b<br \/>\n&#8211; click2\u3092\u62bc\u4e0b \u2192 &#8220;controller1 data2&#8221; \u3068 &#8220;controller2 data2&#8221; \u304c\u30ed\u30b0\u306b\u51fa\u529b\u3055\u308c\u308b<\/p>\n<p>\u305f\u3057\u304b\u306b&#8221;\u81ea\u5206\u3092\u542b\u3080\u4e0a\u65b9\u5411\uff08\u89aa\u65b9\u5411\uff09\u3078\u306e\u30a4\u30d9\u30f3\u30c8\u901a\u77e5&#8221;\u3055\u308c\u3066\u308b\u306e\u304c\u308f\u304b\u308a\u307e\u3059\u3002<br \/>\n$emit\u3092$broadcast\u306b\u5909\u66f4\u3059\u308b\u3068\u52d5\u304d\u304c\u9006\u306b\u306a\u308b\u306f\u305a\u3067\u3059\u3002<\/p>\n<h3>\u611f\u8b1d\u30b5\u30a4\u30c8<\/h3>\n<p><a href=\"http:\/\/kinjouj.github.io\/2014\/04\/angularjs-17-broadcast.html\">http:\/\/kinjouj.github.io\/2014\/04\/angularjs-17-broadcast.html<\/a><br \/>\n<a href=\"http:\/\/kinjouj.github.io\/2014\/04\/angularjs-18-emit.html\">http:\/\/kinjouj.github.io\/2014\/04\/angularjs-18-emit.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3069\u3046\u3082\u3001\u306a\u304b\u305f\u3067\u3059\u3002 AngularJS\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc(\u30b9\u30b3\u30fc\u30d7)\u9593\u306e\u30c7\u30fc\u30bf\u3084 &#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[10],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3010AngularJS\u3011 $on, $emit, $broadcast | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cotegg.com\/blog\/?p=37\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3010AngularJS\u3011 $on, $emit, $broadcast | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4\" \/>\n<meta property=\"og:description\" content=\"\u3069\u3046\u3082\u3001\u306a\u304b\u305f\u3067\u3059\u3002 AngularJS\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc(\u30b9\u30b3\u30fc\u30d7)\u9593\u306e\u30c7\u30fc\u30bf\u3084 ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cotegg.com\/blog\/?p=37\" \/>\n<meta property=\"og:site_name\" content=\"\u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/COTegg.japan\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-07-13T08:30:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-09-04T08:40:09+00:00\" \/>\n<meta name=\"author\" content=\"\u4e2d\u7530 \u6b69\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cotegg_japan\" \/>\n<meta name=\"twitter:site\" content=\"@cotegg_japan\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u4e2d\u7530 \u6b69\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=37#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=37\"},\"author\":{\"name\":\"\u4e2d\u7530 \u6b69\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef\"},\"headline\":\"\u3010AngularJS\u3011 $on, $emit, $broadcast\",\"datePublished\":\"2015-07-13T08:30:30+00:00\",\"dateModified\":\"2015-09-04T08:40:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=37\"},\"wordCount\":350,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#organization\"},\"keywords\":[\"angularjs\"],\"articleSection\":[\"\u6280\u8853\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.cotegg.com\/blog\/?p=37#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=37\",\"url\":\"https:\/\/www.cotegg.com\/blog\/?p=37\",\"name\":\"\u3010AngularJS\u3011 $on, $emit, $broadcast | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4\",\"isPartOf\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#website\"},\"datePublished\":\"2015-07-13T08:30:30+00:00\",\"dateModified\":\"2015-09-04T08:40:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=37#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cotegg.com\/blog\/?p=37\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/?p=37#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.cotegg.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u3010AngularJS\u3011 $on, $emit, $broadcast\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#website\",\"url\":\"https:\/\/www.cotegg.com\/blog\/\",\"name\":\"COTegg\u306e\u30d0\u30b1\u30c4\",\"description\":\"- Bucket of cotegg -\",\"publisher\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cotegg.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#organization\",\"name\":\"COTegg Inc.\",\"url\":\"https:\/\/www.cotegg.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png\",\"contentUrl\":\"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png\",\"width\":176,\"height\":60,\"caption\":\"COTegg Inc.\"},\"image\":{\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/COTegg.japan\/\",\"https:\/\/twitter.com\/cotegg_japan\",\"https:\/\/www.instagram.com\/cotegg_japan\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef\",\"name\":\"\u4e2d\u7530 \u6b69\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g\",\"caption\":\"\u4e2d\u7530 \u6b69\"},\"sameAs\":[\"http:\/\/www.cotegg.com\"],\"url\":\"https:\/\/www.cotegg.com\/blog\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3010AngularJS\u3011 $on, $emit, $broadcast | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cotegg.com\/blog\/?p=37","og_locale":"ja_JP","og_type":"article","og_title":"\u3010AngularJS\u3011 $on, $emit, $broadcast | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","og_description":"\u3069\u3046\u3082\u3001\u306a\u304b\u305f\u3067\u3059\u3002 AngularJS\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc(\u30b9\u30b3\u30fc\u30d7)\u9593\u306e\u30c7\u30fc\u30bf\u3084 ...","og_url":"https:\/\/www.cotegg.com\/blog\/?p=37","og_site_name":"\u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","article_publisher":"https:\/\/www.facebook.com\/COTegg.japan\/","article_published_time":"2015-07-13T08:30:30+00:00","article_modified_time":"2015-09-04T08:40:09+00:00","author":"\u4e2d\u7530 \u6b69","twitter_card":"summary_large_image","twitter_creator":"@cotegg_japan","twitter_site":"@cotegg_japan","twitter_misc":{"\u57f7\u7b46\u8005":"\u4e2d\u7530 \u6b69","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cotegg.com\/blog\/?p=37#article","isPartOf":{"@id":"https:\/\/www.cotegg.com\/blog\/?p=37"},"author":{"name":"\u4e2d\u7530 \u6b69","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef"},"headline":"\u3010AngularJS\u3011 $on, $emit, $broadcast","datePublished":"2015-07-13T08:30:30+00:00","dateModified":"2015-09-04T08:40:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cotegg.com\/blog\/?p=37"},"wordCount":350,"commentCount":0,"publisher":{"@id":"https:\/\/www.cotegg.com\/blog\/#organization"},"keywords":["angularjs"],"articleSection":["\u6280\u8853"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cotegg.com\/blog\/?p=37#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cotegg.com\/blog\/?p=37","url":"https:\/\/www.cotegg.com\/blog\/?p=37","name":"\u3010AngularJS\u3011 $on, $emit, $broadcast | \u30b3\u30fc\u30c6\u30c3\u30b0\u306e\u30d0\u30b1\u30c4","isPartOf":{"@id":"https:\/\/www.cotegg.com\/blog\/#website"},"datePublished":"2015-07-13T08:30:30+00:00","dateModified":"2015-09-04T08:40:09+00:00","breadcrumb":{"@id":"https:\/\/www.cotegg.com\/blog\/?p=37#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cotegg.com\/blog\/?p=37"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cotegg.com\/blog\/?p=37#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cotegg.com\/blog"},{"@type":"ListItem","position":2,"name":"\u3010AngularJS\u3011 $on, $emit, $broadcast"}]},{"@type":"WebSite","@id":"https:\/\/www.cotegg.com\/blog\/#website","url":"https:\/\/www.cotegg.com\/blog\/","name":"COTegg\u306e\u30d0\u30b1\u30c4","description":"- Bucket of cotegg -","publisher":{"@id":"https:\/\/www.cotegg.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cotegg.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/www.cotegg.com\/blog\/#organization","name":"COTegg Inc.","url":"https:\/\/www.cotegg.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png","contentUrl":"https:\/\/www.cotegg.com\/blog\/wp-content\/uploads\/2015\/07\/logo_color1_yoko-e1436354651882.png","width":176,"height":60,"caption":"COTegg Inc."},"image":{"@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/COTegg.japan\/","https:\/\/twitter.com\/cotegg_japan","https:\/\/www.instagram.com\/cotegg_japan\/"]},{"@type":"Person","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/bee6afc3e5cc03652345976570794aef","name":"\u4e2d\u7530 \u6b69","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.cotegg.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ce4d0b00ef87081854562ad73f762659?s=96&d=mm&r=g","caption":"\u4e2d\u7530 \u6b69"},"sameAs":["http:\/\/www.cotegg.com"],"url":"https:\/\/www.cotegg.com\/blog\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/37"}],"collection":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=37"}],"version-history":[{"count":10,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/37\/revisions"}],"predecessor-version":[{"id":40,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/37\/revisions\/40"}],"wp:attachment":[{"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=37"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=37"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cotegg.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}