質問編集履歴

1

コード不足

2019/08/19 05:26

投稿

175atsu
175atsu

スコア21

test CHANGED
File without changes
test CHANGED
@@ -25,6 +25,20 @@
25
25
  ```
26
26
 
27
27
  Value of optional type 'String?' must be unwrapped to a value of type 'String'
28
+
29
+ ```
30
+
31
+
32
+
33
+ ###エラー箇所
34
+
35
+ ```
36
+
37
+ if json.converted != nil {
38
+
39
+ afterWord = json.converted
40
+
41
+ }
28
42
 
29
43
  ```
30
44