QR コード コードの PHP オンライン生成 (Google API)、googleapi の例
Google のオンライン QR コード生成 API を通じて QR コードをオンラインで生成します。
コード:
html xmlns="http://www.w3.org/1999/xhtml">
QR コード生成 -www.jbxue.com ボディ{text-align:center;background:#f5f5f5;line-height:22px;font-size:14px;color : #888;}
.newcrop{margin:10;}
.er{width:700px;margin:0px auto;border:1pxソリッドグレー}
span{background:#645;color:#fff}
body form { text -align:center;padding: 3px 6px 3px 6px;}
input.txt{color: #00008B;background-color: #ADD8E6;border: 1px inset #00008B;width: 200px;}
input.btn {color: # 00008B;背景色: #ADD8E6;ボーダー: 1px アウトセット #00008B;パディング: 2px 4px 2px 4px;}
input.smallInput{border:1 単色黒;FONT-SIZE: 9pt; FONT-STYLE:normal; : 通常; フォントの高さ: 18px; 行の高さ: 通常}
php
$content=$_GET['content'];
$width=$_GET['width']?$_GET['width']:300;
$height=$_GET['height']?$_GET [ 'height']:300;
if($content){
echo "入力したテキストは次のとおりです:
$content "; :
$width ";
echo "選択した高さは次のとおりです:
$height ";
echo "生成された QR コード画像は次のとおりです:
";
$wen = urlencode(mb_convert_encoding($content, 'utf-8', 'gb2312')).""; qrcode_img src=https://chart.googleapis.com/chart?cht=qr&chld=H&chs={$width}x{$height}&chl={$wen} />
画像アドレス :< ;a href='https://chart.googleapis.com/chart?cht=qr&chld=H&chs={$width}x{$height}&chl={$wen}' target='_blank'>https: // chart.googleapis.com/chart?cht=qr&chld=H&chs={$width}x{$height}&chl={$wen}
コピーして友達に送信します。
前のページに戻る";
}else{
?> (スクリプト スクール www.jbxue.com による編集)
<フォームアクション=""メソッド="get" onsubmit="return post();">
QRコード生成ツール
width:<名前を選択幅">