{"id":262,"date":"2021-09-17T15:23:21","date_gmt":"1970-01-01T00:00:00","guid":{"rendered":"http:\/\/swift.tecc0.com\/?p=262"},"modified":"2021-09-17T15:23:21","modified_gmt":"1970-01-01T00:00:00","slug":"post-262","status":"publish","type":"post","link":"https:\/\/swift.tecc0.com\/?p=262","title":{"rendered":"Swift\u3067\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6(\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf)\u3092\u4f7f\u3046\u65b9\u6cd5"},"content":{"rendered":"<p>Swift\u3067\u306f<strong>\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6<\/strong>\u304c\u6b63\u3057\u3044\u3068\u601d\u3046\u3093\u3060\u3051\u3069\u3001<strong>\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf<\/strong>\u3068\u8a00\u3063\u3066\u3044\u308b\u4eba\u3084\u66f8\u7c4d\u306a\u3093\u304b\u3082\u3042\u308b\u3088\u3002<\/p>\n<p>&nbsp;<\/p>\n<h3>Swift\u3067\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u3092\u4f7f\u3046<\/h3>\n<pre class=\"lang:swift decode:true\">class User {\r\n    var sex  = \"\"\r\n    var age  = 0\r\n    var place  = \"\"\r\n    \r\n    init() {\r\n        self.sex = \"man\"\r\n        self.age = 28\r\n        self.place = \"Tokyo\"\r\n    }\r\n    \r\n    init(sex: String, age: Int, place: String) {\r\n        self.sex = sex\r\n        self.age = age\r\n        self.place = place\r\n    }\r\n    \r\n}\r\n\r\n\/\/ \u5f15\u6570\u306a\u3057\u3067 init() \u3067\u521d\u671f\u5316\u3055\u308c\u308b\r\nlet user = User()\r\nprint(user.sex) \/\/ \"man\"\r\nprint(user.age) \/\/ 28\r\nprint(user.place) \/\/ Tokyo\r\n\r\n\/\/ \u5f15\u6570\u3042\u308a\u3067 init(sex: String, age: Int, place: String) \u3067\u521d\u671f\u5316\u3055\u308c\u308b\r\nlet user2 = User(sex: \"woman\", age: 25, place: \"Osaka\")\r\nprint(user2.sex) \/\/ woman\r\nprint(user2.age) \/\/ 25\r\nprint(user2.place) \/\/ Osaka<\/pre>\n<p>\u3053\u3093\u306a\u611f\u3058\u3067 init \u3063\u3066\u540d\u524d\u3092\u3064\u3051\u308b\u3053\u3068\u3067\u3001<strong>\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6<\/strong>(\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u307f\u305f\u3044\u306a\u3082\u306e)\u304c\u4f7f\u3048\u308b\u3088\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Swift\u3067\u306f\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u304c\u6b63\u3057\u3044\u3068\u601d\u3046\u3093\u3060\u3051\u3069\u3001\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u3068\u8a00\u3063\u3066\u3044\u308b\u4eba\u3084\u66f8\u7c4d\u306a\u3093\u304b\u3082\u3042\u308b\u3088\u3002 &nbsp; Swift\u3067\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u3092\u4f7f\u3046 class User { var sex = &#8220;&#8221; var age &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=\/wp\/v2\/posts\/262"}],"collection":[{"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=262"}],"version-history":[{"count":1,"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=\/wp\/v2\/posts\/262\/revisions"}],"predecessor-version":[{"id":263,"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=\/wp\/v2\/posts\/262\/revisions\/263"}],"wp:attachment":[{"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=262"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=262"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/swift.tecc0.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}