黄舟2017-04-18 10:41:25
This has nothing to do with java, just pay attention to these two points:
Adaptive
Image compression
PHP中文网2017-04-18 10:41:25
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
PHP中文网2017-04-18 10:41:25
If you want to make it responsive, the grid system of frameworks like bootstrap and zmaze ui can do it.
伊谢尔伦2017-04-18 10:41:25
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.