Update README.md

This commit is contained in:
f0ng
2021-11-19 14:29:38 +08:00
committed by GitHub
parent 0e6c335ffa
commit b4e70a42f9

View File

@@ -228,9 +228,9 @@ Upgrade-Insecure-Requests: 1
直接运行jar即可
### Windows
需要在命令行加入参数编码参数,否则会乱码,即
java -jar -Dfile.encoding=utf-8 poc2jar.jar
直接运行jar即可
~~需要在命令行加入参数编码参数否则会乱码即java -jar -Dfile.encoding=utf-8 poc2jar.jar~~
## 编写过程的难点