Home  >  Q&A  >  body text

web - Java开发的网页系统,如何实现手机移动端的访问?

PHP中文网PHP中文网2741 days ago350

reply all(5)I'll reply

  • 黄舟

    黄舟2017-04-18 10:41:25

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

    • Adaptive

    • Image compression

    reply
    0
  • PHP中文网

    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

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-18 10:41:25

    Just make all pages adaptive

    reply
    0
  • PHP中文网

    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.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦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.

    reply
    0
  • Cancelreply