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.
我正在建立一个移动站点,该站点将位于 m.somesite.com 之类的子域上。问题是移动网站上还需要很多代码、插件等。似乎我正在剪切和粘贴该网站,而它所拥有的只是一个新皮肤......
问题是因为它是一个子域,我无法从主站点访问代码。开发使用大量来自主站点的资源的移动站点的好策略是什么?这似乎是错误的。
尝试使用[CSS media queries][1]您可以为移动和桌面网站的不同大小设置不同的 css 样式
[CSS media queries][1]