回答編集履歴
1
訂正
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
* php側にheader("Content-Type: text/
|
1
|
+
* php側にheader("Content-Type: text/plain; charset=UTF-8");を足すこと
|
2
2
|
* HTML側でheadタグ内に<meta charset="UTF-8">を追加すること
|
3
3
|
* HTMLはutf-8で保存されていることを確認すること
|