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

Posted ezhar

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将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版网页转为手机端自适应网页的主要内容,如果未能解决你的问题,请参考以下文章