天天看點

DWZ 動态表單送出資料 action接收值

如果每一行是一個Book,就是

name="bookList[#index#].bookId"

name="bookList[#index#].bookName"

name="bookList[#index#].bookPrice"

背景Action中定義一個bookList<Book>,給get和set方法

book{

      bookId

     bookName

     BookPrice

     get和set方法

}