0
class Person{
 private int age;

 //rest body
}

现在我的问题是我可以在类Person但不在 java 类中声明另一个成员变量说字符串名称,我想在运行时从JSP页面声明它可能在scriplet内。

4

0 回答 0