我已经设置"phone"为int数据库中的10位,并采取输入作为我解析使用文本
"phone"
int
String phone1=request.getParameter("phone"); int phone =Integer.parseInt(phone1);
但它不起作用为什么?
java
java ×1