ホームページ > 記事 > ウェブフロントエンド > HTMLのcontent属性のHTTPヘッダ情報を取得する
http-equiv 属性を使用して、HTML 内のコンテンツ属性情報の HTTP ヘッダーを取得します。
例次のコードを実行して、http-equiv em> 属性-
<html> <head> <title>HTML http-equiv attribute</title> <meta name = "keywords" content = "HTML, meta tag, metadata" /> <meta name = "description" content = "Description of the document" /> <meta http-equiv = "refresh" content = "10" /> </head> <body style = "background-color:gray"> Document content goes here </body> </html>を実現してみてください。
以上がHTMLのcontent属性のHTTPヘッダ情報を取得するの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。