Home  >  Q&A  >  body text

java - 网页的二维码要怎么生成啊?

网页的二维码要怎么生成啊?

PHP中文网PHP中文网2741 days ago388

reply all(5)I'll reply

  • 巴扎黑

    巴扎黑2017-04-18 09:14:52

    It can be generated by front-end, such as jquery.qrcode.js, or it can be generated by back-end java, such as zxing library. If you want to generate it, search for the corresponding solution

    reply
    0
  • 高洛峰

    高洛峰2017-04-18 09:14:52

    http://pan.baidu.com/share/qrcode?w=150&h=150&url=Webpage address

    http://s.jiathis.com/qrcode.php?url=Webpage address

    reply
    0
  • 迷茫

    迷茫2017-04-18 09:14:52

    Forage URL QR code generator

    Try this

    reply
    0
  • PHPz

    PHPz2017-04-18 09:14:52

    jquery.qrcode.js is fine, tutorial http://www.cnblogs.com/xcsn/archive/2013/08/14/3258035.html

    reply
    0
  • 黄舟

    黄舟2017-04-18 09:14:52

    1.Java code generation, using zxing library.
    2. Generate a QR code, save it as a picture, and display it on the page.

    reply
    0
  • Cancelreply