HTML에서 콘텐츠 속성 정보의 HTTP 헤더를 가져오려면 http-equiv 속성을 사용하세요.
예다음 코드를 실행하여 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에서 콘텐츠 속성의 HTTP 헤더 정보를 가져옵니다.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!