在网页头部<head>中加上新代码,让网页的宽度自适应设备的宽度。代码如下:
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>