| 文字化けする原因は? | |||
|
|
基本編 |
|
|
| ☆文字を防止する - クイックガイド |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| メタ情報を追加するタグは<meta>だよ。 |
|
HTTPヘッダを指定する属性名はhttp-equiv、 内容を指定する属性名はcontentだよ。 |
<meta http-equiv="Content-type"
content="text/html; charset=Shift_JIS">
|
|
||||||||||||
<meta http-equiv="Content-type"
content="text/html; charset=Shift_JIS">
|
||
|
|