aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web_development/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web_development/mobile')
-rw-r--r--files/zh-cn/web_development/mobile/index.html1
-rw-r--r--files/zh-cn/web_development/mobile/responsive_design/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/files/zh-cn/web_development/mobile/index.html b/files/zh-cn/web_development/mobile/index.html
index 3400f80920..ac53f993c1 100644
--- a/files/zh-cn/web_development/mobile/index.html
+++ b/files/zh-cn/web_development/mobile/index.html
@@ -7,6 +7,7 @@ tags:
- TopicStub
- Web Development
translation_of: Web/Guide/Mobile
+translation_of_original: Web_Development/Mobile
---
<p>开发能在移动设备上浏览的网站需要一些方法来确保网站在移动设备上可以如同在桌面浏览器上一样正常运作。以下的文章介绍了部分方法:</p>
<ul>
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>