建立二维码

html:html <head> <script src="js/qrcode.min.js"></script> <style> #qrcode{ width:100px; height:100px; } </style> </head> <body> <div id="qrcode"></div> </body> js:web createQrcode(); fun
相关文章
相关标签/搜索