Struts中的styleId相当于id

xiaoxiao2025-12-14  4

<html:text readonly="true" property="user.id" styleId="userId"/> 等同于 <input type="text" name="user.id" value="" readonly="readonly" id="userId">
转载请注明原文地址: https://www.6miu.com/read-5040846.html

最新回复(0)