Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/82.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html <;元名称=”;“视口”;内容=”;宽度=设备宽度,初始刻度=0“/&燃气轮机;不起作用_Html_Mobile_Viewport_Meta_Device Width - Fatal编程技术网

Html <;元名称=”;“视口”;内容=”;宽度=设备宽度,初始刻度=0“/&燃气轮机;不起作用

Html <;元名称=”;“视口”;内容=”;宽度=设备宽度,初始刻度=0“/&燃气轮机;不起作用,html,mobile,viewport,meta,device-width,Html,Mobile,Viewport,Meta,Device Width,我正在用Bootstrap3制作一个快速响应的网站,当我调整浏览器的大小时,它就会工作。但当我用手机(诺基亚lumia 920 internet explorer)打开网站时,它一点反应都没有。引导列不工作,断点不工作。我在谷歌上搜索过,更改断点没有帮助。这是我的html <!DOCTYPE html> <html class="no-js" data-placeholder-focus="false"> <head> <meta ch

我正在用Bootstrap3制作一个快速响应的网站,当我调整浏览器的大小时,它就会工作。但当我用手机(诺基亚lumia 920 internet explorer)打开网站时,它一点反应都没有。引导列不工作,断点不工作。我在谷歌上搜索过,更改断点没有帮助。这是我的html

<!DOCTYPE html>
<html class="no-js" data-placeholder-focus="false">
    <head>

    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=0" /> 
    <meta name="mobileoptimized" content="0" />
    <title>index</title>
    <meta name="description" content="" /> 
    <meta name="keywords" content="" /> 
    <meta name="author" content="Constr" /> 

    <link rel="stylesheet" href="css/bootstrap.min.css"> 
    <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
    <link rel="stylesheet" href="css/owl.carousel.css"> 
    <link rel="stylesheet" href="css/animate.css"> 
    <link rel="stylesheet" href="css/custom.css">  

    <link rel="shortcut icon" href=""> 
    <link rel="apple-touch-icon" href=""> 
    <link rel="apple-touch-icon" sizes="72x72" href="">
    <link rel="apple-touch-icon" sizes="114x114" href=""> 

      <!--[if lt IE 9]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
      <![endif]-->

    </head>

请帮帮我!谢谢大家!

您需要给出
初始量表
a1

<meta name="viewport" content="width=device-width, initial-scale=1">

您需要将此代码放在
后面

<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3pro.css">

例如:

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3pro.css">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3pro.css">