struts表单属性简单标签
?由于select标签利用了从后台去值,所以引入了:
<body> <s:property value="user.username"/><br> <s:property value="user.password"/><br> <s:property value="user.sex"/><br> <s:property value="user.love"/><br> <s:property value="user.hf"/><br> <s:property value="user.provice"/><br> </body>?