diff options
Diffstat (limited to 'files/zh-cn/web_development/mobile/responsive_design/index.html')
| -rw-r--r-- | files/zh-cn/web_development/mobile/responsive_design/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/zh-cn/web_development/mobile/responsive_design/index.html b/files/zh-cn/web_development/mobile/responsive_design/index.html index 451160d0e2..ca256085b4 100644 --- a/files/zh-cn/web_development/mobile/responsive_design/index.html +++ b/files/zh-cn/web_development/mobile/responsive_design/index.html @@ -2,6 +2,7 @@ title: 响应式设计 slug: Web_Development/Mobile/Responsive_design translation_of: Web/Progressive_web_apps +translation_of_original: Web/Guide/Responsive_design --- <p>在解决对桌面和移动环境开发网站这个问题上,与<a href="/en/Web_Development/Mobile/Separate_sites" title="en/Web development/Mobile/Separate sites">分离网站</a>的方法相反,一种相对较新(其实相当<a class="external" href="http://www.alistapart.com/articles/dao/">古老</a>)的方法渐渐流行起来:摒弃用户代理检测,而是在客户端根据浏览器的能力进行页面变化。这种方法最早是由Ethan Marcotte在他为<a class="external" href="http://www.alistapart.com/">A List Apart</a>所写的文章中提出的,也就是我们所熟知的<a class="external" href="http://www.alistapart.com/articles/responsive-web-design/">响应式设计</a>。和分离网站设计方式一样,响应式设计也有自己的优势和弊端。</p> <h2 id="优势">优势</h2> |
