作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
python如何获取地址栏的数据?
有代码:
url = 'http://api.vkontakte.ru/oauth/authorize?client_id={id}&scope=friends&redirect_uri=' \
'http://api.vk.com/blank.html&display=page&response_type=token'
webbrowser.open_new_tab(url)
当您运行浏览器打开允许应用程序访问有关 friend 的信息(或登录表单)时我们允许,然后在浏览器中获取这样的链接:
http://api.vk.com/blank.html#access_token={token}&expires_in={exp}&user_id={id}
那么,程序中如何传递{token}、{exp}、{id}呢?
对不起,我的英语不好:)
最佳答案
我遇到了类似的问题。试试这个:http://learnpythonthehardway.org/book/ex51.html
关于api - 如何从python的地址栏获取数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22434997/
我是一名优秀的程序员,十分优秀!