其他分享
首页 > 其他分享> > 将PC版网页转为手机端自适应网页

将PC版网页转为手机端自适应网页

作者:互联网

在HTML文件的“”标签之间输入以下语句并用手机打开即可看到效果:

<meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;">

<meta name="apple-mobile-web-app-capable" content="yes">

<meta name="apple-mobile-web-app-status-bar-style" content="black">

<meta name="format-detection" content="telephone=no">

标签:语句,网页,端自,PC,HTML,手机
来源: https://www.cnblogs.com/ezhar/p/12989146.html