1、“apple-mobile-web-app-status-bar-style”作用是控制状态栏显示样式 --》<meta name="apple-mobile-web-app-status-bar-style" content="black">
2、这meta的作用就是删除默认的苹果工具栏和菜单栏。
content有两个值”yes”和”no”,当我们需要显示工具栏和菜单栏时,这个行meta就不用加了,默认就是显示。
<meta name="apple-mobile-web-app-capable" content="yes">