清華大學(xué)出版社 郭克華 Java Web程序設(shè)計(jì)上機(jī)習(xí)題答案_第1頁
清華大學(xué)出版社 郭克華 Java Web程序設(shè)計(jì)上機(jī)習(xí)題答案_第2頁
清華大學(xué)出版社 郭克華 Java Web程序設(shè)計(jì)上機(jī)習(xí)題答案_第3頁
清華大學(xué)出版社 郭克華 Java Web程序設(shè)計(jì)上機(jī)習(xí)題答案_第4頁
清華大學(xué)出版社 郭克華 Java Web程序設(shè)計(jì)上機(jī)習(xí)題答案_第5頁
已閱讀5頁,還剩37頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

1、 Chapter2Frame、作者的個(gè)人簡介Login、Please Log In   Login:Password:         Main、(Section C)Regiter、New MemberID              Password        Re-Password   &nbs

2、p First Name      Last Name       Address         City            State          Select StateCountry    

3、     Email Address   Select InterestTechnologyEnterpriseResearchGovernmentPeopleLife StyleOpinionQuestion       Select QuestionAnswer                     &n

4、bsp    Top、LoginRegisterTreemenu、作者的個(gè)人簡介作者的個(gè)人簡介、作者: 局局局 Chapter31、function fun()a=form.text1.value;b=a/50;c=a%50/20;d=a%50%20/10;e=a%50%20%10/5;f=a%50%20%10%5;document.form.text2.value=Math.floor(b);document.form.text3.value=Math.floor(c);document.form.text4.value=Math.floor(d);docum

5、ent.form.text5.value=Math.floor(e);document.form.text6.value=f;您輸入的金額為:                  找零的數(shù)量為:             50元張            &nb

6、sp20元張             10元張              5元張              1元張2、function add()n1=Number(document.form.text1.value);n2=Number(document.form.te

7、xt2.value);n3=Number(document.form.text3.value);n4=Number(document.form.text4.value);n5=Number(document.form.text5.value);document.form.text6.value=n1+n2+n3+n4+n5;book1: book2: book3: book4: book5:        總價(jià):  2S(循環(huán))、var n=new Array();for(i=1;i

8、6;i+)document.writeln(book+i+  );function add()for(i=0;i5;i+)ni=Number(document.getElementsByName(text)i.value);document.form.text.value=n0+n1+n2+n3+n4;       總價(jià):  3、for(i=1;i=100;i+)document.writeln(歡迎 );4、var n=new Array();var max=0;var min=0;functio

9、n fun()n1=Number(document.form.text1.value);n2=Number(document.form.text2.value);n3=Number(document.form.text3.value);n4=Number(document.form.text4.value);n5=Number(document.form.text5.value);n6=Number(document.form.text6.value);n7=Number(document.form.text7.value);n8=Number(document.form.text8.valu

10、e);n9=Number(document.form.text9.value);n10=Number(document.form.text10.value);for(i=1;imax)max=ni;min=n1;for(j=1;j=10;j+)if(njmin)max=nj;document.form.text13.value=(n1+n2+n3+n4+n5+n6+n7+n8+n9+n10)/10;document.form.text11.value=max;document.form.text12.value=min;book 1:   book 2:

11、   book 3:   book 4:   book 5:   book 6:   book 7:   book 8:   book 9:   book10 :           最高價(jià)格:最低價(jià)格:平均價(jià)格:4S(循環(huán))、var n=new Arra

12、y();var min=0;var ave=0;var max=0;for(i=1;i11;i+)document.writeln(book+i+   );function add()for(i=0;i10;i+)ni=Number(document.getElementsByName(text)i.value);for(i=0;imax)max=ni;min=n0;for(j=0;j10;j+)if(njmin)min=nj;for(k=0;k10;k+)sum+=nk;document.form.text1.value=max;document.form.text2

13、.value=min;document.form.text3.value=ave;         最高價(jià)格:最低價(jià)格:平均價(jià)格:Chapter44-1、(1) for(var i=1;i=100;i+) document.writeIn(歡迎(JS); % for(int i=1;i=100;i+) out.print(歡迎(JSP); % (2) % for(int i=0;i100;i+) out.println(歡迎); % (3) for(i=0;i100;i+)document.write(歡迎); 4-2(1

14、)您輸入的金額為:%! intmonReturn=new int5; intmonElements=new int50,20,10,5,1; void moneyDeal(int mon) for(int i=0;i%String s=request.getParameter(money);if(s!=null)int mon=Integer.parseInt(s); moneyDeal(mon);for(int i=0;i 應(yīng)找零為:元張 (2)%! String str; intmonReturn=new int5; intmonElements=new int50,20,10,5,1;

15、void moneyDeal(int mon) for(int i=0;i function getMoney() var inputMon=document.form.money.value; str=inputMon; document.form.submit(); form name=form action=?money=+您輸入的金額為:%String s=request.getParameter(money);if(s!=null)int mon=Integer.parseInt(s); moneyDeal(mon);for(int i=0;i 應(yīng)找零為:元張 (3)%! intmo

16、nReturn=new int5; intmonElements=new int50,20,10,5,1; void moneyDeal(int mon) for(int i=0;i function getMoney() var inputMon=document.form.money.value; location.href=?money=+inputMon; 您輸入的金額為:%String s=request.getParameter(money);if(s!=null)int mon=Integer.parseInt(s); moneyDeal(mon);for(int i=0;i 應(yīng)

17、找零為:元張 (4)%! String str; intmonReturn=new int5; intmonElements=new int50,20,10,5,1; void moneyDeal(int mon) for(int i=0;i function getMoney() var inputMon=document.form.money.value; document.form.action=?money=+inputMon; document.form.submit(); 您輸入的金額為:%String s=request.getParameter(money);if(s!=nul

18、l)int mon=Integer.parseInt(s); moneyDeal(mon);for(int i=0;i 應(yīng)找零為:元張 4-3、 % /String str=歡迎; for(int i=0;i 歡迎 4-4、 % for(int i=1;i a href=4.jsp?n= 4-5、 % for(int i=1;i %=+i+% 該數(shù)字的平方為: 4-6、 Chapter55-1、 登錄: 賬號: 密碼: function validate()if(loginForm.account.value=loginForm.password.value)alert(登陸成功!);retu

19、rn;else alert(登陸失敗!);return;loginForm.submit(); 5-2、 登錄: 賬號: 密碼: 是否注冊為會員:是 function validate() if(loginForm.account.value=loginForm.password.value)if(document.loginForm.member1.checked)alert(登陸成功,歡迎您注冊為會員!);return;else alert(登陸成功!);return;else alert(登陸失敗!);return;loginForm.submit(); 5-3、 %-% 5-3-1、

20、% for(int i=1;i=number;i+)out.print(歡迎); % 5-4、 %! intmonReturn=new int5; intmonElements=new int50,20,10,5,1; void moneyDeal(int mon) for(int i=0;i 應(yīng)付款 實(shí)際付款 應(yīng)找零, % for(int i=0;i 元張, 5-5、 登錄: 賬號: 密碼: function validate()if(loginForm.account.value!=loginForm.password.value|loginForm.account.value=null|

21、loginForm.password.value=null)alert(登陸失敗!);return;loginForm.submit(); 5-5-2、 用戶姓名: input name=account1 type=hidden value= 5-5-3、 % String str1=request.getParameter(account1); String str2=request.getParameter(name); out.println(用戶賬號:+str1+用戶姓名:+str2); % Chapter66-1、 % Class.forName(sun.jdbc.odbc.jdbcodbcDriver); Connection conn=DriverManager.getConnection(jdbc:odbc:DSSchool); Statement stat=conn.createStatement(); String sql=SELECT*; ResultSet rs=stat.executeQuery(sql); while(rs.next() String stuno=rs.getString(STUNO); String stuname=rs.

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論