web - Java开发的网页系统,如何实现手机移动端的访问?
PHP中文网
PHP中文网 2017-04-18 10:39:25
0
5
375
PHP中文网
PHP中文网

认证高级PHP讲师

reply all(5)
黄舟

This has nothing to do with java, just pay attention to these two points:

  • Adaptive

  • Image compression

Ty80

If it is a system, it is recommended to do the mobile terminal and PC terminal separately, and then use Nginx/Apache to redirect according to the access header

伊谢尔伦

Just make all pages adaptive

Ty80

If you want to make it responsive, the grid system of frameworks like bootstrap and zmaze ui can do it.

伊谢尔伦

1. Either make two sets, access the same address, and display PC and mobile pages separately
2. Make one set of pages, use responsive style, write it yourself, or rewrite it on the bootstrap source code, etc.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template