Created
June 13, 2017 12:12
-
-
Save s1ntoneli/23584c9bc3b0a529a03735996ee06a1f to your computer and use it in GitHub Desktop.
微博 jssdk 测试页面
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html xmlns:wb="http://open.weibo.com/wb"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js?appkey=2989424062&debug=true" type="text/javascript" charset="utf-8"></script> | |
| <meta http-equiv="Access-Control-Allow-Origin" content="*" /> | |
| </head> | |
| <body> | |
| <button class="btn btn-info" type="button" id="wb_login">登录微博</button> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment