Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はモスクワMLをCGIと組み合わせて使用しています。簡単な算術を計算するサイトがあります。送信ボタンを押すと、計算結果を出力する実際のCGIファイルにサイトがリダイレクトされます。私の場合、実際に結果をhtmlで出力するのではなく、生の形式でhtmlコードを出力します。この問題の解決策を知っている人はいますか?//事前にthx
次のようなコンテンツタイプのhttpヘッダーが欠落しているようです。
Content-type: text/html; charset=utf-8