gpt4 book ai didi

api - 如何从python的地址栏获取数据?

转载 作者:行者123 更新时间:2023-12-02 03:37:32 25 4
gpt4 key购买 nike

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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com