1、(1)超链接传值在这一步中,将customer.id传到了后台。

3、(3) 在前台接受controller传过来的值<input type="hidden" name="customerId" id="customerId" value="${customerId}" />

时间:2024-10-12 07:04:34
1、(1)超链接传值在这一步中,将customer.id传到了后台。
3、(3) 在前台接受controller传过来的值<input type="hidden" name="customerId" id="customerId" value="${customerId}" />