回答編集履歴
1
}追記
answer
CHANGED
@@ -7,5 +7,5 @@
|
|
7
7
|
forEach($fortune as $text) {
|
8
8
|
$text = str_replace(array("\r\n", "\r", "\n"), '', $text);
|
9
9
|
echo '<div>'.$text.'</div>'; // Test表示
|
10
|
-
|
10
|
+
}
|
11
11
|
```
|