Content-Typeを表示する

説明

Content-Typeを表示するにはdocument.contentTypeを参照します。Firefoxでのみ動作します。

サンプルプログラム

var dt = document.contentType;
document.write(dt);
サンプルを実行
[戻る]