php用barcodegen生成条形码
<?php
// Including all required classes
require_once('class/BCGFontFile.php');
require_once('class/BCGColor.php');
require_once('class/BCGDrawing.php');
class Library_Barcodegen_Barcode
{
public static function index($type,$text)
{
// Including the
原创
2020-06-10 09:04:29 ·
1229 阅读 ·
0 评论