码迷,mamicode.com
首页 > Windows程序 > 详细

google 二位码API

时间:2014-05-26 17:40:00      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:style   c   class   blog   java   ext   

按照当前页的url,生成二维码扫图

<style type="text/css"> 
.eweima{ 
width:200px; 
height:200px; 
margin:auto; 

} 
</style> 
<div class="eweima"> 
<script type="text/javascript"> 
document.write("<img src=\"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>

  

google 二位码API,布布扣,bubuko.com

google 二位码API

标签:style   c   class   blog   java   ext   

原文地址:http://www.cnblogs.com/bin-pureLife/p/3752708.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!