久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    • <bdo id='BXiWJ'></bdo><ul id='BXiWJ'></ul>
  • <i id='BXiWJ'><tr id='BXiWJ'><dt id='BXiWJ'><q id='BXiWJ'><span id='BXiWJ'><b id='BXiWJ'><form id='BXiWJ'><ins id='BXiWJ'></ins><ul id='BXiWJ'></ul><sub id='BXiWJ'></sub></form><legend id='BXiWJ'></legend><bdo id='BXiWJ'><pre id='BXiWJ'><center id='BXiWJ'></center></pre></bdo></b><th id='BXiWJ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='BXiWJ'><tfoot id='BXiWJ'></tfoot><dl id='BXiWJ'><fieldset id='BXiWJ'></fieldset></dl></div>
  • <tfoot id='BXiWJ'></tfoot>

    1. <legend id='BXiWJ'><style id='BXiWJ'><dir id='BXiWJ'><q id='BXiWJ'></q></dir></style></legend>

        <small id='BXiWJ'></small><noframes id='BXiWJ'>

      1. 什么是元標記中的初始比例、用戶可縮放、最小

        What is initial scale, user-scalable, minimum-scale, maximum-scale attribute in meta tag?(什么是元標記中的初始比例、用戶可縮放、最小比例、最大比例屬性?)

            <tbody id='y1C9l'></tbody>
        1. <small id='y1C9l'></small><noframes id='y1C9l'>

          <tfoot id='y1C9l'></tfoot>
          • <legend id='y1C9l'><style id='y1C9l'><dir id='y1C9l'><q id='y1C9l'></q></dir></style></legend>
              1. <i id='y1C9l'><tr id='y1C9l'><dt id='y1C9l'><q id='y1C9l'><span id='y1C9l'><b id='y1C9l'><form id='y1C9l'><ins id='y1C9l'></ins><ul id='y1C9l'></ul><sub id='y1C9l'></sub></form><legend id='y1C9l'></legend><bdo id='y1C9l'><pre id='y1C9l'><center id='y1C9l'></center></pre></bdo></b><th id='y1C9l'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='y1C9l'><tfoot id='y1C9l'></tfoot><dl id='y1C9l'><fieldset id='y1C9l'></fieldset></dl></div>
                  <bdo id='y1C9l'></bdo><ul id='y1C9l'></ul>
                  本文介紹了什么是元標記中的初始比例、用戶可縮放、最小比例、最大比例屬性?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我在瀏覽一個網站的源代碼時,發現了這段代碼.

                  I was going through the source code of a website and found this piece of code.

                  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">
                  

                  我想知道這個初始比例、用戶可縮放、最小比例、最大比例是什么,這些值是什么意思?并告訴我他們接受的所有價值觀.

                  I want to know what this initial scale, user-scalable, minimum-scale, maximum-scale are and what does those values mean? And also tell me what all values they accepts.

                  推薦答案

                  它們是視口元標記,最適用于移動瀏覽器.

                  They are viewport meta tags, and is most applicable on mobile browsers.

                  這意味著,我們告訴瀏覽器我的網站適應您的設備寬度".

                  This means, we are telling to the browser "my website adapts to your device width".

                  這定義了網站的縮放比例,這個參數設置了初始縮放級別,這意味著1 CSS pixel等于1 viewport pixel.當您更改方向或阻止默認縮放時,此參數會有所幫助.沒有這個參數,響應式網站將無法工作.

                  This defines the scale of the website, This parameter sets the initial zoom level, which means 1 CSS pixel is equal to 1 viewport pixel. This parameter help when you're changing orientation, or preventing default zooming. Without this parameter, responsive site won't work.

                  Maximum-scale 定義最大縮放.當您訪問網站時,最高優先級是maximum-scale=1,并且不允許用戶縮放.

                  Maximum-scale defines the maximum zoom. When you access the website, top priority is maximum-scale=1, and it won’t allow the user to zoom.

                  Minimum-scale 定義最小縮放.這與上面的工作方式相同,但它定義了最小比例.這很有用,當 maximum-scale 很大,并且您想設置 minimum-scale.

                  Minimum-scale defines the minimum zoom. This works the same as above, but it defines the minimum scale. This is useful, when maximum-scale is large, and you want to set minimum-scale.

                  用戶可縮放分配給 1.0 表示網站允許用戶放大或縮小.

                  User-scalable assigned to 1.0 means the website is allowing the user to zoom in or zoom out.

                  但是如果你把它分配給user-scalable=no,這意味著網站不允許用戶放大或縮小.

                  But if you assign it to user-scalable=no, it means the website is not allowing the user to zoom in or zoom out.

                  這篇關于什么是元標記中的初始比例、用戶可縮放、最小比例、最大比例屬性?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Angular 2: file not found on local .json file(Angular 2:在本地 .json 文件中找不到文件)
                  Input validation with pattern Angular 2(使用模式 Angular 2 進行輸入驗證)
                  How to change the css class name dynamically in angular 2(如何在角度2中動態更改css類名)
                  How to remove default color in input type?(如何刪除輸入類型中的默認顏色?)
                  How to add click event to dynamically added html element in typescript(如何將點擊事件添加到打字稿中動態添加的html元素)
                  XPath one of multiple attribute values with condition(XPath 具有條件的多個屬性值之一)
                  <legend id='W7FEX'><style id='W7FEX'><dir id='W7FEX'><q id='W7FEX'></q></dir></style></legend>
                • <i id='W7FEX'><tr id='W7FEX'><dt id='W7FEX'><q id='W7FEX'><span id='W7FEX'><b id='W7FEX'><form id='W7FEX'><ins id='W7FEX'></ins><ul id='W7FEX'></ul><sub id='W7FEX'></sub></form><legend id='W7FEX'></legend><bdo id='W7FEX'><pre id='W7FEX'><center id='W7FEX'></center></pre></bdo></b><th id='W7FEX'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='W7FEX'><tfoot id='W7FEX'></tfoot><dl id='W7FEX'><fieldset id='W7FEX'></fieldset></dl></div>
                    <bdo id='W7FEX'></bdo><ul id='W7FEX'></ul>
                      <tfoot id='W7FEX'></tfoot>

                        <small id='W7FEX'></small><noframes id='W7FEX'>

                          <tbody id='W7FEX'></tbody>

                          • 主站蜘蛛池模板: 奇米视频777 | ririsao久久精品一区 | 久草日韩 | 久久久久久亚洲精品 | 亚洲 欧美 日韩在线 | 国产欧美一区二区三区在线播放 | 日韩精品一区二区三区视频播放 | 日韩欧美在线视频观看 | 91精品久久久久久久99 | 国产在视频一区二区三区吞精 | 欧美日韩一区精品 | 色婷婷av一区二区三区软件 | 一区二区三区 在线 | 午夜www| 91视频.com| 成人一区二区三区在线观看 | 超碰在线97国产 | 狠狠涩 | 日本久久久影视 | 成人一区在线观看 | 欧美不卡| 亚洲精品成人网 | 久久草视频 | 日产久久 | 久久久精品一区 | 久久久久久网站 | 欧美在线一区二区三区 | 9久久精品 | 91成人在线 | 久久久国产精品视频 | 久久国产精品一区 | 91成人精品 | 国内精品久久久久久久影视简单 | 天天操 夜夜操 | 国产成人免费一区二区60岁 | 91亚洲国产精品 | 日韩精彩视频 | 第四色狠狠 | 免费在线毛片 | xxxxxx国产| 国产午夜精品久久久久免费视高清 |