1 Star 0 Fork 28

jieketao-eva/discoverx2-webapp

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
imagecheck.jsp 250 Bytes
Copy Edit Raw Blame History
腾硕软件 authored 2015-04-03 00:21 . 初始提交
<%@page contentType="text/javascript;charset=GBK" language="java"%><%
String rand = (String)session.getAttribute("rand");
String input = request.getParameter("rand");
int result = (rand!=null&&rand.equalsIgnoreCase(input)?1:0);
%>{value: <%=result%>}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jieketao/discoverx2-webapp.git
git@gitee.com:jieketao/discoverx2-webapp.git
jieketao
discoverx2-webapp
discoverx2-webapp
master

Search