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.
对于 iOS 7 上的 phonegap,我添加了这个技巧来抵消新状态栏的内容:
document.body.style.marginTop = "20px";
这就像一个魅力,但随后将底部内容切断了 20px。有什么办法可以添加偏移量但不能切断底部?