- 1 Modify index html
加入如以下的欄位
<form method="get" action="add">
請輸入姓名:
<input name="aUserName" type="text">
請輸入Password:
<input name="aUserPassword" type="text">
請輸入Content:
<input name="aUserContent" type="text">
<input value="確定" type="submit">
這裡 form method="get" action="add"
- 2 Add servlet function
撰寫 java serverlet function Add.java
- 3 Web.xml
沒有留言:
張貼留言