質問編集履歴
1
実現したい内容を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,6 +41,14 @@
|
|
41
41
|
# string.ini
|
42
42
|
[string]
|
43
43
|
xxx="sample\nsample\nsample"
|
44
|
+
|
45
|
+
# strの表示結果
|
46
|
+
# 理想:
|
47
|
+
# sample
|
48
|
+
# sample
|
49
|
+
# sample
|
50
|
+
# 現実:
|
51
|
+
# sample\nsample\nsample
|
44
52
|
```
|
45
53
|
|
46
54
|
### 調べたこと
|