首页 > 代码库 > google 二位码API
google 二位码API
按照当前页的url,生成二维码扫图
<style type="text/css"> .eweima{ width:200px; height:200px; margin:auto; } </style> <div class="eweima"> <script type="text/javascript"> document.write("<img src=http://www.mamicode.com/"https://chart.googleapis.com/chart?cht=qr&chs=500x500&choe=UTF-8&chld=L|2&chl="); title="" document.write(window.location.href); document.write("\" width=\"200\" height=\"200\" alt=\"二维码\"/>"); </script> </div>
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。