先将所有链接每行一个保存进file.txt然后把下面的代码保存到openLink.py,修改路径/Users/yourname/Desktop/file.txt最后运行python3 openLink.py即可调用系统默认浏览器。如果有上百个网址,cpu会跑到100%,等几分钟它缓一下,就好了。还有就是做好内存被吃掉大半的心理准备import re
import webbrowser
# 打开文件并读取内容
with open("/Users/yourname/Desktop/...
Ubuntu 22.04 Remote Desktop Access from Windows 11 or 10Learn the steps to connect remote Ubuntu 22.04 LTS Jammy JellyFish desktop from Windows 11 or 10 using RDP (remote desktop protocol).Windows comes with a very handy feature called Remote Desk...
vim /etc/apt/sources.listdeb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free最后sudo apt-get update 更新索引以生效