Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在我正在制作的网页上设置浏览器缩放比例,以使用 javascript 自动加载 75%?如果是这样,你怎么能这样做?我用谷歌搜索,但还没有真正找到任何东西。谢谢。
<meta name="viewport" content="width=device-width">
在 CSS 中,body { width:75%; margin:auto; }缩小内容并将其居中。
body { width:75%; margin:auto; }