移动端网页代码头部meta信息

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=Edge, chrome=1">
<title>无标题文档</title>
</head>
<body>
无标题文档
</body>
</html>

Copyright © 2024 码农人生. All Rights Reserved