-
名片内容前面的英文简介查看全部
-
<script type="text/javascript" src="jquery.qrcode.min.js"></script> <div id="qrcode"></div> jquery('#qrcode').qrcode("this plugin is great");查看全部
-
去PHP QRCODE 下载二维码引入代码 然后在需要用到的地方引入 qrlib.php 文件 然后静态的调用 PNG 方法 输入相应的参数即可查看全部
-
php生成电子名片查看全部
-
<script type="text/javascript"> function utf16to8(str) { var out, i, len, c; out = ""; len = str.length; for(i = 0; i < len; i++) { c = str.charCodeAt(i); if ((c >= 0x0001) && (c <= 0x007F)) { out += str.charAt(i); } else if (c > 0x07FF) { out += String.fromCharCode(0xE0 | ((c >> 12) & 0x0F)); out += String.fromCharCode(0x80 | ((c >> 6) & 0x3F)); out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F)); } else { out += String.fromCharCode(0xC0 | ((c >> 6) & 0x1F)); out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F)); } } return out; } </script> <script type="text/javascript"> $('#qrcode').qrcode(utf16to8(" this is test 慕课网 ")); $('#qrcode').qrcode({width: 64,height: 64,text:utf16to8('this is test 慕课网') }); </script>查看全部
-
电子名片格式查看全部
-
php生成电子名片查看全部
-
名片创建查看全部
-
本章可以学习到通过二维码自动生成电子名片。查看全部
-
啊啊啊查看全部
-
保存下查看全部
-
流行三大国际标准 PDF417:不支持中文 DM:专利未公开,需支付专利费用 QR Code:专利公开,支持中文查看全部
-
MAMP查看全部
-
prq查看全部
-
PHP识别二维码查看全部
举报
0/150
提交
取消