{"id":78995,"date":"2024-03-20T20:34:23","date_gmt":"2024-03-20T11:34:23","guid":{"rendered":"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/"},"modified":"2025-08-12T04:52:55","modified_gmt":"2025-08-11T19:52:55","slug":"c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/","title":{"rendered":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5"},"content":{"rendered":"<p>C++\u3067\u306f\u3001+\u6f14\u7b97\u5b50\u3068+=\u6f14\u7b97\u5b50\u3067\u30012\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u3067\u304d\u307e\u3059\u3002\u3053\u3053\u3067\u306f\u305d\u306e\u3069\u3061\u3089\u306e\u65b9\u6cd5\u3067\u7d50\u5408\u3059\u308b\u304b\u3092\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3067\u793a\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"post-pre\"><code><span class=\"hljs-meta\">#<span class=\"hljs-keyword\">include<\/span> <span class=\"hljs-string\">&lt;iostream&gt;<\/span><\/span>\r\n<span class=\"hljs-meta\">#<span class=\"hljs-keyword\">include<\/span> <span class=\"hljs-string\">&lt;string&gt;<\/span><\/span>\r\n\r\n<span class=\"hljs-function\"><span class=\"hljs-type\">int<\/span> <span class=\"hljs-title\">main<\/span><span class=\"hljs-params\">()<\/span> <\/span>{\r\n    std::string str1 = <span class=\"hljs-string\">\"Hello\"<\/span>;\r\n    std::string str2 = <span class=\"hljs-string\">\" World\"<\/span>;\r\n\r\n    <span class=\"hljs-comment\">\/\/ \u4f7f\u7528+\u64cd\u4f5c\u7b26<\/span>\r\n    std::string result = str1 + str2;\r\n    std::cout &lt;&lt; <span class=\"hljs-string\">\"Result using + operator: \"<\/span> &lt;&lt; result &lt;&lt; std::endl;\r\n\r\n    <span class=\"hljs-comment\">\/\/ \u4f7f\u7528+=\u64cd\u4f5c\u7b26<\/span>\r\n    str1 += str2;\r\n    std::cout &lt;&lt; <span class=\"hljs-string\">\"Result using += operator: \"<\/span> &lt;&lt; str1 &lt;&lt; std::endl;\r\n\r\n    <span class=\"hljs-keyword\">return<\/span> <span class=\"hljs-number\">0<\/span>;\r\n}\r\n<\/code><\/pre>\n<p>\u30cd\u30a4\u30c6\u30a3\u30d6\u306a\u65e5\u672c\u8a9e\u3067\u8a00\u3044\u63db\u3048\u307e\u3059\u30021\u3064\u306e\u9078\u629e\u80a2\u306e\u307f\u5fc5\u8981\u3067\u3059\u3002\u51fa\u529b\uff1a<\/p>\n<pre class=\"post-pre\"><code>Result using + operator: Hello World\r\nResult using += operator: Hello World\r\n<\/code><\/pre>\n<p>\u4e0a\u8a18\u306e\u4f8b\u3067\u306f\u3001\u307e\u305astr1\u3068str2\u3068\u3044\u30462\u3064\u306e\u6587\u5b57\u5217\u3092\u5b9a\u7fa9\u3057\u3001\u6b21\u306b+\u6f14\u7b97\u5b50\u3092\u4f7f\u7528\u3057\u3066\u305d\u308c\u3089\u3092\u7d50\u5408\u3057\u3001\u305d\u306e\u7d50\u679c\u3092result\u6587\u5b57\u5217\u306b\u4ee3\u5165\u3057\u307e\u3059\u3002 \u6b21\u306b\u3001+=\u6f14\u7b97\u5b50\u3092\u4f7f\u7528\u3057\u3066str2\u3092str1\u306e\u5f8c\u5c3e\u306b\u7d50\u5408\u3057\u307e\u3059\u3002 \u6700\u5f8c\u306b\u3001+\u3068+=\u6f14\u7b97\u5b50\u3067\u5f97\u3089\u308c\u305f\u7d50\u679c\u306e\u7d50\u5408\u6587\u5b57\u5217\u3092\u51fa\u529b\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>C++\u3067\u306f\u3001+\u6f14\u7b97\u5b50\u3068+=\u6f14\u7b97\u5b50\u3067\u30012\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u3067\u304d\u307e\u3059\u3002\u3053\u3053\u3067\u306f\u305d\u306e\u3069\u3061\u3089\u306e\u65b9\u6cd5\u3067\u7d50\u5408\u3059\u308b\u304b\u3092\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3067\u793a\u3057\u307e\u3059\u3002 #include &lt;iostream&gt; #include &lt;string [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[26,61],"class_list":["post-78995","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-26","tag-61"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5 - Blog - Silicon Cloud<\/title>\n<meta name=\"description\" content=\"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002\" \/>\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.silicloud.com\/ja\/blog\/c\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u3059\u308b\u65b9\u6cd5\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\" \/>\n<meta property=\"og:description\" content=\"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/ja\/blog\/c\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u3059\u308b\u65b9\u6cd5\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-20T11:34:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-11T19:52:55+00:00\" \/>\n<meta name=\"author\" content=\"\u685c, \u6625\u6a39\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u685c, \u6625\u6a39\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/\",\"url\":\"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/\",\"name\":\"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#website\"},\"datePublished\":\"2024-03-20T11:34:23+00:00\",\"dateModified\":\"2025-08-11T19:52:55+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/ff22288af1a5455571aff7586b0fb341\"},\"description\":\"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/ja\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/ja\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/ff22288af1a5455571aff7586b0fb341\",\"name\":\"\u685c, \u6625\u6a39\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cee48863f3d4fd7fef222498f3e71b82312aee42b7257a2dbde56394ca4e19de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cee48863f3d4fd7fef222498f3e71b82312aee42b7257a2dbde56394ca4e19de?s=96&d=mm&r=g\",\"caption\":\"\u685c, \u6625\u6a39\"},\"url\":\"https:\/\/www.silicloud.com\/ja\/blog\/author\/sakuraharuki\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5 - Blog - Silicon Cloud","description":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002","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.silicloud.com\/ja\/blog\/c\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u3059\u308b\u65b9\u6cd5\/","og_locale":"ja_JP","og_type":"article","og_title":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5","og_description":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002","og_url":"https:\/\/www.silicloud.com\/ja\/blog\/c\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u3059\u308b\u65b9\u6cd5\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2024-03-20T11:34:23+00:00","article_modified_time":"2025-08-11T19:52:55+00:00","author":"\u685c, \u6625\u6a39","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"\u685c, \u6625\u6a39","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/","url":"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/","name":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/ja\/blog\/#website"},"datePublished":"2024-03-20T11:34:23+00:00","dateModified":"2025-08-11T19:52:55+00:00","author":{"@id":"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/ff22288af1a5455571aff7586b0fb341"},"description":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3002\u5b9f\u8df5\u7684\u306a\u4f8b\u3068\u30b3\u30fc\u30c9\u3001\u6ce8\u610f\u70b9\u3092\u542b\u3081\u3066\u521d\u5fc3\u8005\u306b\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u8aac\u660e\u3057\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/ja\/blog\/"},{"@type":"ListItem","position":2,"name":"C++\u3067\uff12\u3064\u306e\u6587\u5b57\u5217\u3092\u7d50\u5408\u306e\u65b9\u6cd5"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/ja\/blog\/#website","url":"https:\/\/www.silicloud.com\/ja\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/ff22288af1a5455571aff7586b0fb341","name":"\u685c, \u6625\u6a39","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.silicloud.com\/ja\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cee48863f3d4fd7fef222498f3e71b82312aee42b7257a2dbde56394ca4e19de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cee48863f3d4fd7fef222498f3e71b82312aee42b7257a2dbde56394ca4e19de?s=96&d=mm&r=g","caption":"\u685c, \u6625\u6a39"},"url":"https:\/\/www.silicloud.com\/ja\/blog\/author\/sakuraharuki\/"},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.silicloud.com\/ja\/blog\/c%e3%81%a7%ef%bc%92%e3%81%a4%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e7%b5%90%e5%90%88%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts\/78995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/comments?post=78995"}],"version-history":[{"count":3,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts\/78995\/revisions"}],"predecessor-version":[{"id":332289,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/posts\/78995\/revisions\/332289"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/media?parent=78995"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/categories?post=78995"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/ja\/blog\/wp-json\/wp\/v2\/tags?post=78995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}