很多时候我们需要同时打开很多网站,手动打开效率太低。
我们可以通过批处理文件,同时打开多个网页
代码如下:
@echo off
cd /d cd /d C:\Users\HP\AppData\Local\Google\Chrome\Application\chrome.exe
start chrome.exe bbs.ctosv.com/60s.php
start chrome.exe https://api.ctosv.com/api/bingimg/bingimg.php
start chrome.exe https://api.ctosv.com/api/60sxwimg/60simg.php
新建txt文本,把后缀名保存为bat即可
© 版权声明