Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchuangiie committed Dec 8, 2023
1 parent e3987b4 commit f9647d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RequestValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public boolean isInteger(String str) {
return pattern.matcher(str).matches();
}


public String getString(String s){
if(this.request.getParameter(s)==null) return null;
return this.request.getParameter(s);
Expand Down

0 comments on commit f9647d0

Please sign in to comment.