ホームページ  >  記事  >  ウェブフロントエンド  >  HTMLブラウザの

タグ自動追加の詳細説明

HTMLブラウザの
タグ自動追加の詳細説明

黄舟
黄舟オリジナル
2017-07-08 13:49:433237ブラウズ

問題のシナリオ:

ページ A でリクエストをクリックし、新しいページ (B) を開き、HttpServletResponse.getWriter().write(html) を通じてバックエンドに情報を書き込みました。新しく開いたページ B; [余談: これを行う理由は、新しく開いたページがブラウザーによって傍受される問題を解決するためです]

ただし、IE6、7、8、ff では問題ありませんが、chr では問題ありません。 ome では、新しく書いたコンテンツは実際には

HTMLブラウザの<pre class=タグ自動追加の詳細説明"><br></p> <p> HTML </p> <pre class="brush:php;toolbar:false"> タグからの抜粋: <strong></strong><p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif">pre 要素は定義可能です。文章。通常、pre 要素で囲まれたテキストには空白と改行が保持されます。テキストも固定幅フォントで表示されます。 <span style="background-color:rgb(255,255,255)"></span></p><pre class="brush:php;toolbar:false"> タグの一般的な用途は、コンピューターのソース コードを表すことです。 <p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif"></p><p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif">この問題についての考え: <strong></strong></p> この問題を発見した後、私が最初に考えたのは、Chrome がコードのテキスト情報を異なる方法でページ上に表示するためであるはずです。そして <p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif"> は HTML 形式の要素ではないので、この問題が解決されればすべてうまくいくはずです。 <span style="color:#ff0000"></span></p><p style="margin-top:12px; margin-bottom:0px; line-height:18px">この時、html<span style="font-family:Verdana,Arial,Helvetica,sans-serif"></span><span style="font-family:微软雅黑,Verdana,sans-serif,宋体">メタ情報<span style="font-size:14px"></span></span></p><p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif"><span style="font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px"><meta http-equiv="<span style=" font-family:tahoma line-height:18px>Content-Type<span style="color:#ff0000">" content="</span></span><span style="font-family:Tahoma; line-height:18px">text/html<span style="color:#ff0000">』の設定を考えました。 </span></span> ;char<span style="font-family:Tahoma; line-height:18px">set<a href="http://www.php.cn/code/8209.html" target="_blank">=utf-8" /> この </a>属性<a href="http://www.php.cn/wiki/169.html" target="_blank">を設定すると問題が解決するはずです。 </a></span><br></p><p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif"><span style="font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px">文書を確認した後、<span style="font-family:Tahoma; line-height:18px; background-color:rgb(255,255,255)"></span></span></p><p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif"><span style="font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px"><span style="font-family:Tahoma; line-height:18px"></span></span></p><p style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:10px; font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px"><span style="padding:0px; margin:0px; color:rgb(229,51,51)">1はHTML形式のテキストであることが突然明らかになりました。 <span style="padding:0px; margin:0px; color:rgb(0,0,0); background-color:rgb(255,255,255)">2、テキスト/ plain はフォーマットされていない Text</span></span></p><p style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:10px; font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px">3. text/xml は、xml ヘッダーで指定されたエンコード形式を無視し、デフォルトで us-ascii エンコードになります<span style="padding:0px; margin:0px; color:rgb(229,51,51)"><span style="padding:0px; margin:0px; color:rgb(0,0,0); background-color:rgb(255,255,255)"></span></span>4。application/xml は、xml で指定されたエンコード形式に従ってエンコードされます。ヘッダー</p><p style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:10px; font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px"></p><p style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:10px; font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px"><span style="padding:0px; margin:0px; color:rgb(229,51,51)">解決策:<span style="padding:0px; margin:0px; color:rgb(0,0,0); background-color:rgb(255,255,255)"></span><p style="margin-top:12px; margin-bottom:0px; line-height:18px; font-family:Verdana,Arial,Helvetica,sans-serif"><span style="font-family:微软雅黑,Verdana,sans-serif,宋体; font-size:14px"><span style="font-family:Tahoma; line-height:18px"></span></span></p>りー</span></p>

以上がHTMLブラウザの

タグ自動追加の詳細説明の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。