java - 网页的二维码要怎么生成啊?
PHP中文网
PHP中文网 2017-04-18 09:12:52
0
5
420

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

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(5)
巴扎黑

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

小葫芦

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

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

迷茫

Forage URL QR code generator

Try this

PHPzhong

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

黄舟

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

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