PHP基礎(chǔ)課程PHP如何生成二維碼?
https://sourceforge.net/projects/phpqrcode/files/releases/
下載phpqrcode庫(kù),然后引用它。一個(gè)例子:
<?php include('../lib/full/qrlib.php');
QRcode::png('這里輸入網(wǎng)址或者文字');
http://phpqrcode.sourceforge.net/examples/index.php
很容易的,就幾行代碼。