Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
class Person{ private int age; //rest body }
现在我的问题是我可以在类Person但不在 java 类中声明另一个成员变量说字符串名称,我想在运行时从JSP页面声明它可能在scriplet内。