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.
Jsp 具有以下标签以在 java bean 上获取 html 表单数据。
<jsp:useBean id="user" class="login.model.User"></jsp:useBean> <jsp:setProperty property="*" name="user" />
我们在PHP中有这样的东西吗?提前致谢。