{"id":25118,"date":"2024-10-26T04:25:57","date_gmt":"2024-10-26T04:25:57","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25118"},"modified":"2024-11-26T08:02:48","modified_gmt":"2024-11-26T08:02:48","slug":"%ec%9c%a0%eb%8b%88%ed%8b%b0-%ea%b8%b0%ec%b4%88-%ea%b0%95%ec%a2%8c-%ec%a1%b0%ea%b1%b4%eb%ac%b8%ec%9d%b4%eb%9e%80","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25118\/","title":{"rendered":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?"},"content":{"rendered":"<p>\uc720\ub2c8\ud2f0\ub294 \uac8c\uc784 \uac1c\ubc1c\uc744 \uc704\ud55c \uac15\ub825\ud55c \uc5d4\uc9c4\uc73c\ub85c, \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc778 C#\uc744 \uc8fc\ub85c \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc791\uc131\ud569\ub2c8\ub2e4. \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c\uc758 \uc870\uac74\ubb38\uc740 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc870\uac74\ubb38\uc744 \ud1b5\ud574 \ud504\ub85c\uadf8\ub7a8\uc758 \ud750\ub984\uc744 \uc81c\uc5b4\ud558\uace0, \ub2e4\uc591\ud55c \uc0c1\ud669\uc5d0 \uc751\ub2f5\ud560 \uc218 \uc788\ub294 \ub85c\uc9c1\uc744 \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 C#\uc758 \uc870\uac74\ubb38\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uace0 \uc608\uc81c \ucf54\ub4dc\uc640 \ud568\uaed8 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uc870\uac74\ubb38\uc758 \uac1c\ub150<\/h2>\n<p>\uc870\uac74\ubb38\uc740 \uc8fc\uc5b4\uc9c4 \uc870\uac74\uc774 \ucc38\uc778\uc9c0 \uac70\uc9d3\uc778\uc9c0\uc5d0 \ub530\ub77c\uc11c \ud504\ub85c\uadf8\ub7a8\uc758 \uc2e4\ud589 \ud750\ub984\uc744 \ubd84\uae30\ud560 \uc218 \uc788\ub294 \ubb38\uc7a5\uc785\ub2c8\ub2e4. C#\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \uc870\uac74\ubb38\uc5d0\ub294 \uc8fc\ub85c <code>if<\/code>, <code>else<\/code>, <code>else if<\/code>, <code>switch<\/code> \ubb38\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. if \ubb38<\/h2>\n<p><code>if<\/code> \ubb38\uc740 \uc8fc\uc5b4\uc9c4 \uc870\uac74\uc774 \ucc38\uc77c \uacbd\uc6b0 \ud2b9\uc815 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\ub3c4\ub85d \ud569\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc778 \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>if (\uc870\uac74)\n{\n    \/\/ \uc870\uac74\uc774 \ucc38\uc77c \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n}<\/code><\/pre>\n<h3>\uc608\uc81c<\/h3>\n<pre><code>void Update()\n{\n    if (Input.GetKeyDown(KeyCode.Space))\n    {\n        Debug.Log(\"\uc2a4\ud398\uc774\uc2a4 \ud0a4\uac00 \ub20c\ub838\uc2b5\ub2c8\ub2e4.\");\n    }\n}<\/code><\/pre>\n<p>\uc704\uc758 \uc608\uc81c\uc5d0\uc11c\ub294 \uc2a4\ud398\uc774\uc2a4 \ud0a4\uac00 \ub20c\ub838\uc744 \ub54c \ucf58\uc194\uc5d0 \uba54\uc2dc\uc9c0\ub97c \ucd9c\ub825\ud569\ub2c8\ub2e4.<\/p>\n<h2>2. else \ubb38<\/h2>\n<p><code>else<\/code> \ubb38\uc740 <code>if<\/code> \ubb38\uc758 \uc870\uac74\uc774 \uac70\uc9d3\uc77c \ub54c \uc2e4\ud589\ub420 \ucf54\ub4dc\ub97c \uc815\uc758\ud569\ub2c8\ub2e4. \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>if (\uc870\uac74)\n{\n    \/\/ \uc870\uac74\uc774 \ucc38\uc77c \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n}\nelse\n{\n    \/\/ \uc870\uac74\uc774 \uac70\uc9d3\uc77c \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n}<\/code><\/pre>\n<h3>\uc608\uc81c<\/h3>\n<pre><code>void Update()\n{\n    if (Input.GetKeyDown(KeyCode.Space))\n    {\n        Debug.Log(\"\uc2a4\ud398\uc774\uc2a4 \ud0a4\uac00 \ub20c\ub838\uc2b5\ub2c8\ub2e4.\");\n    }\n    else\n    {\n        Debug.Log(\"\uc2a4\ud398\uc774\uc2a4 \ud0a4\uac00 \ub20c\ub9ac\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.\");\n    }\n}<\/code><\/pre>\n<p>\uc774 \uc608\uc81c\uc5d0\uc11c\ub294 \uc2a4\ud398\uc774\uc2a4 \ud0a4\uac00 \ub20c\ub9b0 \uacbd\uc6b0\uc640 \ub20c\ub9ac\uc9c0 \uc54a\uc740 \uacbd\uc6b0\uc5d0 \ub530\ub77c \uac01\uac01 \ub2e4\ub978 \uba54\uc2dc\uc9c0\ub97c \ucd9c\ub825\ud569\ub2c8\ub2e4.<\/p>\n<h2>3. else if \ubb38<\/h2>\n<p>\uc5ec\ub7ec \uc870\uac74\uc744 \uac80\uc0ac\ud560 \ub54c <code>else if<\/code> \ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>if (\uc870\uac741)\n{\n    \/\/ \uc870\uac741\uc774 \ucc38\uc77c \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n}\nelse if (\uc870\uac742)\n{\n    \/\/ \uc870\uac742\uac00 \ucc38\uc77c \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n}\nelse\n{\n    \/\/ \ubaa8\ub4e0 \uc870\uac74\uc774 \uac70\uc9d3\uc77c \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n}<\/code><\/pre>\n<h3>\uc608\uc81c<\/h3>\n<pre><code>void Update()\n{\n    if (Input.GetKeyDown(KeyCode.Alpha1))\n    {\n        Debug.Log(\"1 \ud0a4\uac00 \ub20c\ub838\uc2b5\ub2c8\ub2e4.\");\n    }\n    else if (Input.GetKeyDown(KeyCode.Alpha2))\n    {\n        Debug.Log(\"2 \ud0a4\uac00 \ub20c\ub838\uc2b5\ub2c8\ub2e4.\");\n    }\n    else\n    {\n        Debug.Log(\"1 \ub610\ub294 2 \ud0a4\uac00 \ub20c\ub9ac\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.\");\n    }\n}<\/code><\/pre>\n<p>\uc774 \uc608\uc81c\ub294 \uc0ac\uc6a9\uc790 \uc785\ub825\uc5d0 \ub530\ub77c \ub2e4\ub974\uac8c \ubc18\uc751\ud569\ub2c8\ub2e4.<\/p>\n<h2>4. switch \ubb38<\/h2>\n<p><code>switch<\/code> \ubb38\uc740 \uc8fc\uc5b4\uc9c4 \ubcc0\uc218\uac00 \uc5ec\ub7ec \uac00\uc9c0 \uac12 \uc911 \ud558\ub098\uc640 \uc77c\uce58\ud558\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4. \uad6c\ubb38\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>switch (\ubcc0\uc218)\n{\n    case \uac121:\n        \/\/ \uac121\uacfc \uc77c\uce58\ud560 \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n        break;\n    case \uac122:\n        \/\/ \uac122\uc640 \uc77c\uce58\ud560 \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n        break;\n    default:\n        \/\/ \ubaa8\ub4e0 \uacbd\uc6b0\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc744 \ub54c \uc2e4\ud589\ud560 \ucf54\ub4dc\n        break;\n}<\/code><\/pre>\n<h3>\uc608\uc81c<\/h3>\n<pre><code>void Update()\n{\n    int score = 10;\n\n    switch (score)\n    {\n        case 10:\n            Debug.Log(\"\uc810\uc218\uac00 10\uc785\ub2c8\ub2e4.\");\n            break;\n        case 20:\n            Debug.Log(\"\uc810\uc218\uac00 20\uc785\ub2c8\ub2e4.\");\n            break;\n        default:\n            Debug.Log(\"\uc810\uc218\uac00 10\ub3c4 20\ub3c4 \uc544\ub2d9\ub2c8\ub2e4.\");\n            break;\n    }\n}<\/code><\/pre>\n<p>\uc774 \uc608\uc81c\uc5d0\uc11c\ub294 \uc810\uc218\uc5d0 \ub530\ub77c \ub2e4\ub978 \uba54\uc2dc\uc9c0\ub97c \ucd9c\ub825\ud569\ub2c8\ub2e4.<\/p>\n<h2>\uc870\uac74\ubb38 \uc0ac\uc6a9 \uc2dc \uc8fc\uc758\uc0ac\ud56d<\/h2>\n<ul>\n<li>\uc911\ucca9\ub41c \uc870\uac74\ubb38\uc744 \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\uac00 \ubcf5\uc7a1\ud574\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uac00\ub3c5\uc131\uc744 \uc720\uc9c0\ud558\uae30 \uc704\ud574 \uc801\uc808\ud558\uac8c \ub17c\ub9ac \uad6c\uc870\ub97c \uc720\uc9c0\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc870\uac74\ubb38 \uc548\uc5d0 \ub9ce\uc740 \ucf54\ub4dc\ub97c \ub123\uc73c\uba74 \ud6a8\uc728\uc131\uc774 \ub5a8\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uac00\ub2a5\ud558\uba74 \uc870\uac74\ubb38\uc740 \uac04\uacb0\ud558\uac8c \uc720\uc9c0\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\ubd88\ud544\uc694\ud55c \uc870\uac74\ubb38\uc744 \uc904\uc774\uae30 \uc704\ud574 \ucf54\ub4dc\ub97c \ub9ac\ud329\ud1a0\ub9c1\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ubd88\ub9ac\uc5b8 \ubcc0\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ub4f1\uc758 \ubc29\ubc95\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc870\uac74\ubb38\uc740 \uc720\ub2c8\ud2f0\uc5d0\uc11c \uac8c\uc784 \ub85c\uc9c1\uc744 \uad6c\uc131\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc62c\ubc14\ub974\uac8c \uc0ac\uc6a9\ud558\uba74 \uac8c\uc784\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \ud48d\ubd80\ud558\uac8c \ud558\uace0, \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uadf9\ub300\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \uc870\uac74\ubb38\uc5d0 \ub300\ud55c \uae30\ubcf8 \uac1c\ub150\uacfc \uc0ac\uc6a9\ubc95\uc744 \uc124\uba85\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc55e\uc73c\ub85c \ub354 \uae4a\uc740 \uc774\ud574\ub97c \uc704\ud574 \ub2e4\uc591\ud55c \uc608\uc81c\uc640 \uc2e4\uc2b5\uc744 \ud1b5\ud574 \uc775\ud600\ubcf4\uc2dc\uae38 \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<h2>\ucc38\uace0\uc790\ub8cc<\/h2>\n<ul>\n<li><a href=\"https:\/\/docs.unity3d.com\/ScriptReference\/index.html\">Unity Scripting API<\/a><\/li>\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/dotnet\/csharp\/language-reference\/keywords\/if-else\">C# if-else Reference<\/a><\/li>\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/dotnet\/csharp\/language-reference\/operators\/switch\">C# switch Reference<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\uc720\ub2c8\ud2f0\ub294 \uac8c\uc784 \uac1c\ubc1c\uc744 \uc704\ud55c \uac15\ub825\ud55c \uc5d4\uc9c4\uc73c\ub85c, \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc778 C#\uc744 \uc8fc\ub85c \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc791\uc131\ud569\ub2c8\ub2e4. \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c\uc758 \uc870\uac74\ubb38\uc740 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc870\uac74\ubb38\uc744 \ud1b5\ud574 \ud504\ub85c\uadf8\ub7a8\uc758 \ud750\ub984\uc744 \uc81c\uc5b4\ud558\uace0, \ub2e4\uc591\ud55c \uc0c1\ud669\uc5d0 \uc751\ub2f5\ud560 \uc218 \uc788\ub294 \ub85c\uc9c1\uc744 \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 C#\uc758 \uc870\uac74\ubb38\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uace0 \uc608\uc81c \ucf54\ub4dc\uc640 \ud568\uaed8 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc870\uac74\ubb38\uc758 \uac1c\ub150 \uc870\uac74\ubb38\uc740 \uc8fc\uc5b4\uc9c4 \uc870\uac74\uc774 \ucc38\uc778\uc9c0 \uac70\uc9d3\uc778\uc9c0\uc5d0 \ub530\ub77c\uc11c \ud504\ub85c\uadf8\ub7a8\uc758 \uc2e4\ud589 \ud750\ub984\uc744 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25118\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[13],"tags":[],"class_list":["post-25118","post","type-post","status-publish","format-standard","hentry","category-13"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780? - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/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:\/\/atmokpo.com\/w\/25118\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780? - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc720\ub2c8\ud2f0\ub294 \uac8c\uc784 \uac1c\ubc1c\uc744 \uc704\ud55c \uac15\ub825\ud55c \uc5d4\uc9c4\uc73c\ub85c, \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc778 C#\uc744 \uc8fc\ub85c \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc791\uc131\ud569\ub2c8\ub2e4. \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c\uc758 \uc870\uac74\ubb38\uc740 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc870\uac74\ubb38\uc744 \ud1b5\ud574 \ud504\ub85c\uadf8\ub7a8\uc758 \ud750\ub984\uc744 \uc81c\uc5b4\ud558\uace0, \ub2e4\uc591\ud55c \uc0c1\ud669\uc5d0 \uc751\ub2f5\ud560 \uc218 \uc788\ub294 \ub85c\uc9c1\uc744 \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 C#\uc758 \uc870\uac74\ubb38\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uace0 \uc608\uc81c \ucf54\ub4dc\uc640 \ud568\uaed8 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc870\uac74\ubb38\uc758 \uac1c\ub150 \uc870\uac74\ubb38\uc740 \uc8fc\uc5b4\uc9c4 \uc870\uac74\uc774 \ucc38\uc778\uc9c0 \uac70\uc9d3\uc778\uc9c0\uc5d0 \ub530\ub77c\uc11c \ud504\ub85c\uadf8\ub7a8\uc758 \uc2e4\ud589 \ud750\ub984\uc744 &hellip; \ub354 \ubcf4\uae30 &quot;\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25118\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-26T04:25:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:02:48+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/25118\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25118\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?\",\"datePublished\":\"2024-10-26T04:25:57+00:00\",\"dateModified\":\"2024-11-26T08:02:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25118\/\"},\"wordCount\":17,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc720\ub2c8\ud2f0\uae30\ucd08\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/25118\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25118\/\",\"name\":\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780? - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-26T04:25:57+00:00\",\"dateModified\":\"2024-11-26T08:02:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25118\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25118\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25118\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780? - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","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:\/\/atmokpo.com\/w\/25118\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780? - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc720\ub2c8\ud2f0\ub294 \uac8c\uc784 \uac1c\ubc1c\uc744 \uc704\ud55c \uac15\ub825\ud55c \uc5d4\uc9c4\uc73c\ub85c, \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc778 C#\uc744 \uc8fc\ub85c \uc0ac\uc6a9\ud558\uc5ec \uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc791\uc131\ud569\ub2c8\ub2e4. \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c\uc758 \uc870\uac74\ubb38\uc740 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc870\uac74\ubb38\uc744 \ud1b5\ud574 \ud504\ub85c\uadf8\ub7a8\uc758 \ud750\ub984\uc744 \uc81c\uc5b4\ud558\uace0, \ub2e4\uc591\ud55c \uc0c1\ud669\uc5d0 \uc751\ub2f5\ud560 \uc218 \uc788\ub294 \ub85c\uc9c1\uc744 \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 C#\uc758 \uc870\uac74\ubb38\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uace0 \uc608\uc81c \ucf54\ub4dc\uc640 \ud568\uaed8 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc870\uac74\ubb38\uc758 \uac1c\ub150 \uc870\uac74\ubb38\uc740 \uc8fc\uc5b4\uc9c4 \uc870\uac74\uc774 \ucc38\uc778\uc9c0 \uac70\uc9d3\uc778\uc9c0\uc5d0 \ub530\ub77c\uc11c \ud504\ub85c\uadf8\ub7a8\uc758 \uc2e4\ud589 \ud750\ub984\uc744 &hellip; \ub354 \ubcf4\uae30 \"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?\"","og_url":"https:\/\/atmokpo.com\/w\/25118\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-26T04:25:57+00:00","article_modified_time":"2024-11-26T08:02:48+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/25118\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25118\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?","datePublished":"2024-10-26T04:25:57+00:00","dateModified":"2024-11-26T08:02:48+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25118\/"},"wordCount":17,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc720\ub2c8\ud2f0\uae30\ucd08"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/25118\/","url":"https:\/\/atmokpo.com\/w\/25118\/","name":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780? - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-26T04:25:57+00:00","dateModified":"2024-11-26T08:02:48+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25118\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25118\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25118\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \uc870\uac74\ubb38\uc774\ub780?"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25118","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=25118"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25118\/revisions"}],"predecessor-version":[{"id":25119,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25118\/revisions\/25119"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25118"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}