bleeping
coder
Projects
JavaScript
TypeScript
Python
C++
C#
Go
Fe-interview: [html] 第232天 网站的响应式和自适应有什么区别?
Created on 3 Dec 2019
·
1
Comment
·
Source:
haizlin/fe-interview
第232天 网站的响应式和自适应有什么区别?
我也要出题
html
Source
Most helpful comment
响应式:有多套UI,不同大小的设备加载不同的UI。
自适应:一套UI,根据屏幕大小缩放尺寸。
>All comments
响应式:有多套UI,不同大小的设备加载不同的UI。
自适应:一套UI,根据屏幕大小缩放尺寸。
Was this page helpful?
0
/ 5 -
0
ratings
Related issues
[vue] 在vue项目中如何引入第三方库(比如jQuery)?有哪些方法可以做到?
haizhilin2013
·
3
Comments
[软技能] 第61天 知道IPV6是什么吗?说说它和IPV4的区别是什么?
haizhilin2013
·
3
Comments
[html] 第70天 html的a标签属性rel='nofollow'有什么作用?
haizhilin2013
·
3
Comments
[软技能] 第65天 最后如果技术面和HR面问你:你还有什么问题吗?你分别会问些什么?
haizhilin2013
·
3
Comments
[html] 第48天 说说你对WEB标准和W3C的理解与认识?
haizhilin2013
·
3
Comments
Most helpful comment
响应式:有多套UI,不同大小的设备加载不同的UI。
自适应:一套UI,根据屏幕大小缩放尺寸。