📅  最后修改于: 2023-12-03 15:12:11.766000             🧑  作者: Mango
本文介绍如何使用 Python 来获取 Bayceee 在 Roblox 上的 ID。 首先我们需要用到 Requests 和 BeautifulSoup 这两个 Python 库。
pip install requests beautifulsoup4
import requests
from bs4 import BeautifulSoup
url = 'https://www.roblox.com/users/494079316/profile'
response = requests.get(url)
soup = BeautifulSoup(response.text, 'html.parser')
userid = soup.select_one('.profile-link[href^="/users/"]').get('href').split('/')[2]
print(f"Bayceee 的 ID 为 {userid}")
运行以上代码,可以得到 Bayceee 在 Roblox 上的 ID。
输出结果:
Bayceee 的 ID 为 494079316
本文的 Markdown 代码如下:
# 谁是bayceee roblox id - Python
本文介绍如何使用 Python 来获取 Bayceee 在 Roblox 上的 ID。
## 安装
```python
pip install requests beautifulsoup4
import requests
from bs4 import BeautifulSoup
url = 'https://www.roblox.com/users/494079316/profile'
response = requests.get(url)
soup = BeautifulSoup(response.text, 'html.parser')
userid = soup.select_one('.profile-link[href^="/users/"]').get('href').split('/')[2]
print(f"Bayceee 的 ID 为 {userid}")
输出结果:
Bayceee 的 ID 为 494079316