在chrome的pc端中实测initial-scale=0.3的缩放不生效, 而开发工具中启用模拟移动端时生效.
版本 108.0.5359.125(正式版本) (64 位)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=0.3">
<title>Document</title>
</head>
<body>
<div style="height: 100px;width: 100px;background-color: blanchedalmond;">宽高100px</div>
</body>
</html>
看了下文档,

viewport
这个<meta>
应该就是拿来处理移动设备和其它窄屏设备的