移动端html头部

每次copy太麻烦了,不知道有木有方法可以用js直接生成的。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
    <meta content="yes" name="apple-mobile-web-app-capable"/>
    <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
    <meta name="format-detection" content="telephone=no">
    <meta name="format-detection" content="email=no">
    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
    <meta http-equiv="Cache-Control" content="no-cache"/>
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <title>Mytitle</title>
</head>

 

posted on 2017-02-16 09:27  鸣动我心  阅读(193)  评论(0编辑  收藏  举报