<!-- 設定頁面編碼格式,中文問題-->
<meta http-equiv="Content-Type" content="text/html; charset="utf-8" />
<!-- 強制檔案寬度與設備寬度保持1:1,且檔案最大寬度比例是1.0,不允許用戶點擊螢屏放大瀏覽,用戶是否可以手動縮放-->
<meta content="width=device-width,initial-scale=1.0,maximun-scale=1.0,user-scalable=0;" name = "viewport"/>
<!-- iPhone中safari瀏覽器允許全屏模式瀏覽 -->
<meta content="yes" name="apple-mobile-web-app-capable"/>
<!-- iPhone中safari頂端狀態條樣式 -->
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<!-- 忽略將頁面數字識別為電話號碼 -->
<meta content="telephone=no" name="format-detection"/>
<!-- 忽略頁面中郵件地址 -->
<meta content="email=no" name="format-detection"/>
<!-- 禁止瀏覽器從本地機的快取中調閱頁面內容,設定后一旦離開網頁就無法從Cache中再調出 -->
<meta http-equiv="pragma" content="no-cache">
<!-- 清除快取(再訪問這個網站要重新下載!)-->
<meta http-equiv="cache-control" content="no-cache">
<!-- 設定網頁的到期時間,一旦網頁過期,必須到服務器上重新傳輸,-->
<meta http-equiv="expires" content="0">
<!-- 關鍵字,搜索引擎用-->
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<!-- 頁面描述-->
<meta http-equiv="description" content="This is my page">
<!-- 幾秒后頁面自動跳轉-->
<meta http-equiv="Refresh" content="2;URL=http://www.xxx.com/">
<!-- Set-Cookie如果網頁過期,那么存盤的cookie將被洗掉-->
<meta http-equiv="Set-Cookie" content="cookievalue=https://www.cnblogs.com/jackruicao/p/xxx;expires=Wednesday, 29-Oct-2022 10:12:00 GMT; path=/">
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/538756.html
標籤:HTML5