30jquery-qrcode生成二维码
生活随笔
收集整理的這篇文章主要介紹了
30jquery-qrcode生成二维码
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
鏈接:https://pan.baidu.com/s/1KHzX_jFFBaw4QBKBR8UrgA
提取碼:qmdo
復制這段內容后打開百度網盤手機App,操作更方便哦
如上所示,建立一個web程序
<%@ page language="java" contentType="text/html; charset=UTF-8"pageEncoding="UTF-8"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>生成二維碼</title><script type="text/javascript" src ="<%=request.getContextPath() %>/js/jquery.min.js"></script><script type="text/javascript" src ="<%=request.getContextPath() %>/js/jquery.qrcode.min.js"></script></head><body>生成的二維碼如下:<br><div id = "qrcode"></div><script type="text/javascript">//二選一jQuery('#qrcode').qrcode("https://blog.csdn.net/weixin_43392489");//jQuery('#qrcode').qrcode({width: 250, height: 250,text: "www.baidu.com/hhh"});</script></body></html>運行結果
總結
以上是生活随笔為你收集整理的30jquery-qrcode生成二维码的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: PC和服务器的IP地址信息DNS,PC和
- 下一篇: centos卸载nvidia驱动_lin