demo.html  返回列表

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>treeview 扩展 PHP趣味程序 T-800@vking</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="http://t.800shang.com/images/js/jquery.min.js"></script>
<script type="text/javascript" src="jquery.MyQRCode.js"></script>
<script type="text/javascript">
$(function(){
	$("#qrcode").MyQRCode({
		encoding:"UTF-8",
		content: "Text you want to transfer to your mobile device",
		size:"150x150"
	});

	//OR just
	/*
	$(function(){
	  $("#qrcode").MyQRCode();
	});
	*/
});
</script>
</head>
<body>
<span id="qrcode"></span>
</body>
</html>
Add New Content