You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
在windows11 powershell下运行,jdk-22
在运行前确保安装了curl,可以在powershell中输入
curl.exe --version查看版本 (我的是8.14.1)
运行前先输入命令
[Console]::InputEncoding=[System.Text.Encoding]::UTF8
[Console]::OutputEncoding=[System.Text.Encoding]::UTF8