即時(shí)消息系統(tǒng)-數(shù)據(jù)庫課程設(shè)計(jì)_第1頁
即時(shí)消息系統(tǒng)-數(shù)據(jù)庫課程設(shè)計(jì)_第2頁
即時(shí)消息系統(tǒng)-數(shù)據(jù)庫課程設(shè)計(jì)_第3頁
即時(shí)消息系統(tǒng)-數(shù)據(jù)庫課程設(shè)計(jì)_第4頁
即時(shí)消息系統(tǒng)-數(shù)據(jù)庫課程設(shè)計(jì)_第5頁
已閱讀5頁,還剩20頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

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

文檔簡(jiǎn)介

數(shù)據(jù)庫課程設(shè)計(jì)姓名:學(xué)號(hào): 班級(jí):信息工程102指導(dǎo)老師:2013年7月需求分析

需求分析是程序設(shè)計(jì)中最關(guān)鍵的一個(gè)步驟,是其他步驟的基礎(chǔ)。其主要任務(wù)是“為了解決這個(gè)問題,目標(biāo)系統(tǒng)必須做什么”。主要確定目標(biāo)系統(tǒng)具有那些功能。在這個(gè)步驟里,程序員在用戶那里搜集所有的對(duì)將要開發(fā)的系統(tǒng)的需求信息,并且把這些信息編寫成為用戶和程序員都可以認(rèn)可的需求說明書。

可行性研究

1)技術(shù)可行性:因?yàn)樵撓到y(tǒng)是要求是實(shí)現(xiàn)動(dòng)態(tài)交互式的頁面設(shè)計(jì)及對(duì)數(shù)據(jù)庫的查詢、插入、刪除等操作,而本系統(tǒng)采用ASP技術(shù)設(shè)計(jì)網(wǎng)頁及使用數(shù)據(jù)庫來存儲(chǔ)數(shù)據(jù),所以技術(shù)上是可行的。

2)

經(jīng)濟(jì)可行性:開發(fā)本系統(tǒng)為用戶和管理員帶來了極大的方便,而且所用的人力、物力、技術(shù)、資金等的花費(fèi)不大,所以今后獲得的經(jīng)濟(jì)效益一定會(huì)大于開發(fā)成本。

3)

操作可行性:由于本聊天室是面向用戶的,所以任何注冊(cè)的用戶均可進(jìn)入本系統(tǒng),操作方便。

即時(shí)消息系統(tǒng)(Instant

Messenger,IM)是一種在后

PC

時(shí)代興起的,以

Internet

網(wǎng)絡(luò)為基礎(chǔ)的,允許交互雙方即時(shí)地傳送文字、語音、視頻等信息,能夠跟蹤網(wǎng)絡(luò)用戶在線狀態(tài)的網(wǎng)絡(luò)應(yīng)用軟件。即時(shí)消息系統(tǒng)產(chǎn)生有著深刻的社會(huì)原因:人們都有渴望社交,獲得社會(huì)尊重、實(shí)現(xiàn)自我的需求,這正是即時(shí)消息軟件風(fēng)行的原動(dòng)力,而物質(zhì)文明的日益發(fā)達(dá)所帶來副作用,又使得人們習(xí)慣與周圍的人保持距離,以致人們更愿意對(duì)陌生人敞開心扉,在網(wǎng)絡(luò)中可以跨越年齡、身份、行業(yè)、地域的限制,達(dá)到人與人、人與信息之間的零距離交流。從這點(diǎn)上講,即時(shí)消息系統(tǒng)的出現(xiàn)改變了人們的溝通方式和交友文化,大大拓展了個(gè)人生活交流的空間。

編寫本報(bào)告主要是為了對(duì)擬開發(fā)系統(tǒng)的系統(tǒng)功能,系統(tǒng)總體需求及開發(fā)系統(tǒng)的可行性進(jìn)行分析,為決策者及系統(tǒng)開發(fā)人員提供是否開發(fā)該系統(tǒng)的依據(jù)和建議。功能設(shè)計(jì)用戶如果是首次登陸,需要注冊(cè)。注冊(cè)內(nèi)容為昵稱、年齡、密碼。在用戶登陸后,就可以進(jìn)行聊天。具體的功能還有,查看聊天記錄,修改密碼、修改昵稱。如果登陸時(shí),密碼不正確,會(huì)有提示密碼不正確,或者用戶名不存在,系統(tǒng)都會(huì)有提示。在數(shù)據(jù)庫中,用到了存儲(chǔ)過程、觸發(fā)器、與視圖。修改密碼后,會(huì)在視圖中顯示出來;在調(diào)用存儲(chǔ)過程時(shí),執(zhí)行觸發(fā)器,修改昵稱。數(shù)據(jù)庫設(shè)計(jì)存儲(chǔ)過程:createproc修改昵稱@newnamevarchar(10)asupdate注冊(cè)set昵稱=@newname觸發(fā)器:createtrigger改昵稱on注冊(cè)forupdateasdeclare@newnamechar(10)select@newname=昵稱frominsertedupdate聊天記錄set昵稱=@newnamewhere昵稱in(select昵稱fromdeleted)視圖:createview修改密碼asselect昵稱,密碼from注冊(cè)數(shù)據(jù)庫中的表有三張,分別為登陸表、注冊(cè)表、聊天記錄表。每次用戶登錄、注冊(cè)、聊天都會(huì)像數(shù)據(jù)庫中插入新數(shù)據(jù),而修改昵稱、密碼時(shí),會(huì)進(jìn)行數(shù)據(jù)庫的修改。系統(tǒng)實(shí)現(xiàn)登陸表聊天記錄表修改密碼表存儲(chǔ)過程—修改昵稱觸發(fā)器登陸界面如下:代碼如下:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclasszhuce2:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidButton1_Click(objectsender,EventArgse){//==============連接數(shù)據(jù)庫====================SqlConnectionmyConnection=newSqlConnection();stringmystr="DataSource=localhost;InitialCatalog=聊天室1;IntegratedSecurity=true;UserID=;pwd=";myConnection.ConnectionString=mystr;myConnection.Open();//========從數(shù)據(jù)庫中提取數(shù)據(jù)到DataSet中=======SqlCommandmyCommand=newSqlCommand("select*from注冊(cè)",myConnection);SqlDataAdapterAdapter=newSqlDataAdapter();Adapter.SelectCommand=myCommand;DataSetmy_DataSet=newDataSet();Adapter.Fill(my_DataSet);//通過SqlDataAdapter從數(shù)據(jù)源提取數(shù)據(jù),然后調(diào)用Fill方法將所提取的記錄存入DataSet中對(duì)應(yīng)的表內(nèi)string昵稱=TextBox1.Text.ToString().Trim();string年齡=TextBox2.Text.ToString().Trim();string密碼=TextBox4.Text.ToString().Trim();stringsql1="selectcount(*)from注冊(cè)where昵稱='"+昵稱+"'";SqlCommandmyCommand1=newSqlCommand(sql1,myConnection);//intNum_count=(int)myCommand1.ExecuteScalar();//if(Num_count==0)//{stringsql2="insertinto注冊(cè)(昵稱,年齡,密碼)values('"+昵稱+"','"+年齡+"','"+密碼+"')";SqlCommandmyCommand2=newSqlCommand(sql2,myConnection);myCommand2.ExecuteNonQuery();Response.Write("<scriptlanguage=javascript>alert('注冊(cè)成功!歡迎訪問!');</script>");Server.Transfer("denglu.aspx");//}//else//{//Response.Write("<scriptlanguage=javascript>alert('昵稱不能重復(fù)!抱歉,重來吧');</script>");//Server.Transfer("denglu.aspx");//}myConnection.Close();}}登陸界面如下:登陸界面代碼:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclassdenglu2:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidButton1_Click(objectsender,EventArgse){Response.Redirect("zhuce.aspx");}protectedvoidButton2_Click(objectsender,EventArgse){//==============連接數(shù)據(jù)庫====================SqlConnectionmyConnection=newSqlConnection();stringmystr="DataSource=localhost;InitialCatalog=聊天室1;IntegratedSecurity=true;UserID=;pwd=";myConnection.ConnectionString=mystr;myConnection.Open();//========從數(shù)據(jù)庫中提取數(shù)據(jù)到DataSet中=======SqlCommandmyCommand=newSqlCommand("select*from注冊(cè)",myConnection);SqlDataAdapterAdapter=newSqlDataAdapter();Adapter.SelectCommand=myCommand;DataSetmy_DataSet=newDataSet();Adapter.Fill(my_DataSet);//通過SqlDataAdapter從數(shù)據(jù)源提取數(shù)據(jù),然后調(diào)用Fill方法將所提取的記錄存入DataSet中對(duì)應(yīng)的表內(nèi)DataTablemyTable=my_DataSet.Tables[0];foreach(DataRowrowinmyTable.Rows) {if(row["昵稱"].ToString().Trim()==TextBox1.Text.Trim()&&row["密碼"].ToString().Trim()==TextBox2.Text.Trim()){string昵稱=TextBox1.Text.ToString().Trim();string密碼=TextBox2.Text.ToString().Trim();stringsql2="insertinto登錄(昵稱,密碼)values('"+昵稱+"','"+密碼+"')";SqlCommandmyCommand2=newSqlCommand(sql2,myConnection);myCommand2.ExecuteNonQuery();Session["昵稱"]=TextBox1.Text.ToString().Trim();Session["密碼"]=TextBox2.ToString().Trim();myCommand2.ExecuteNonQuery();HttpCookiecookie=newHttpCookie("昵稱");cookie.Value=TextBox1.Text;cookie.Expires=DateTime.Now.AddDays(30);//保存30天Response.Cookies.Add(cookie);Response.Write("<scriptlanguage=javascript>alert('歡迎光臨我的聊天室!');</script>");Response.Redirect("liaotian.aspx");//myConnection.Close();return;}}Response.Write("<scriptlanguage=javascript>alert('對(duì)不起,用戶不存在!');</script>");myConnection.Close();}protectedvoidTextBox1_TextChanged(objectsender,EventArgse){}}聊天界面如下:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclassliaotian2:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidButton1_Click(objectsender,EventArgse){stringname=Request.Cookies["昵稱"].Value;TextBox1.Text=TextBox1.Text+DateTime.Now+""+name+":"+TextBox2.Text+"\n";TextBox2.Text="";/*SqlConnectionmyConnection=newSqlConnection();stringmystr="DataSource=localhost;InitialCatalog=聊天室1;IntegratedSecurity=true;UserID=;pwd=";myConnection.ConnectionString=mystr;myConnection.Open();//========從數(shù)據(jù)庫中提取數(shù)據(jù)到DataSet中=======*/string昵稱=name;//string時(shí)間=DateTime.Nowstring內(nèi)容=TextBox2.Text.ToString().Trim();Stringsqlconn="DataSource=localhost;InitialCatalog=聊天室1;UserID=sa;pwd=;IntegratedSecurity=True";SqlConnectionmyConnection=newSqlConnection(sqlconn);myConnection.Open();stringsql="insertinto聊天記錄(昵稱,時(shí)間,聊天內(nèi)容)values('"+name+"',getdate(),'"+內(nèi)容+"')";SqlCommandmyCommand2=newSqlCommand(sql,myConnection);myCommand2.ExecuteNonQuery();myConnection.Close();}protectedvoidButton2_Click(objectsender,EventArgse){}protectedvoidButton3_Click(objectsender,EventArgse){Server.Transfer("聊天記錄.aspx");}protectedvoidButton4_Click(objectsender,EventArgse){Server.Transfer("改密碼.aspx");}protectedvoidTextBox2_TextChanged(objectsender,EventArgse){}protectedvoidButton5_Click(objectsender,EventArgse){Server.Transfer("修改用戶名.aspx");}protectedvoidButton6_Click(objectsender,EventArgse){Response.Write("<scriptlanguage=javascript>alert('安全退出!');</script>");Server.Transfer("denglu.aspx");}}查看聊天記錄:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclass聊天記錄:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){SqlConnectionmyConnection=newSqlConnection();stringmystr="DataSource=localhost;InitialCatalog=聊天室1;IntegratedSecurity=true;UserID=;pwd=";myConnection.ConnectionString=mystr;myConnection.Open();SqlCommandmyCommand=newSqlCommand("select*from聊天記錄",myConnection);SqlDataReadermyReader;//實(shí)例化DataReadermyReader=myCommand.ExecuteReader();//SqlDataReadersqlDr=myCommand.ExecuteReader();Response.Write("<h3>個(gè)人聊天數(shù)據(jù)</h3><hr>");Response.Write("<tableborder=1cellspacing=0cellpadding=2>");Response.Write("<trbgcolor=#DAB4B4>");for(inti=0;i<myReader.FieldCount;i++){Response.Write("<td>"+myReader.GetName(i)+"</td>");}Response.Write("</tr>");while(myReader.Read()){Response.Write("<tr>");for(inti=0;i<myReader.FieldCount;i++){Response.Write("<td>"+myReader[i].ToString()+"</td>");}Response.Write("</tr>");}Response.Write("</table>");//關(guān)閉SqlDataReadermyReader.Close();//關(guān)閉與數(shù)據(jù)庫的連接myConnection.Close();}}修改昵稱修改昵稱usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclassDefault2:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidButton2_Click(objectsender,EventArgse){Stringsqlconn="DataSource=localhost;InitialCatalog=聊天室1;UserID=sa;pwd=;IntegratedSecurity=True";SqlConnectionmyConnection=newSqlConnection(sqlconn);myConnection.Open();stringsql_用戶名=TextBox1.Text.ToString().Trim();stringnew_用戶名=TextBox2.Text.ToString().Trim();stringsql1="selectcount(*)from注冊(cè)where昵稱='"+sql_用戶名+"'";SqlCommandmyCommand1=newSqlCommand(sql1,myConnection);intNum_count=(int)myCommand1.ExecuteScalar();if(Num_count==0){Response.Write("<scriptlanguage=javascript>alert('昵稱不存在,請(qǐng)重新輸入');</script>");Server.Transfer("修改用戶名.aspx");}else{stringsql3="selectcount(*)from注冊(cè)where昵稱='"+new_用戶名+"'";SqlCommandmyCommand=newSqlCommand(sql3,myConnection);intcount=(int)myCommand.ExecuteScalar();if(count==0){stringsql2="update注冊(cè)set昵稱='"+new_用戶名+"'";SqlCommandmyCommand2=newSqlCommand(sql2,myConnection);myCommand2.ExecuteNonQuery();Response.Write("<scriptlanguage=javascript>alert('修改成功!');</script>");Server.Transfer("denglu.aspx");}}myConnection.Close();}}修改密碼頁面:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.Web.UI.HtmlControls;usingSystem.Data.SqlClient;publicpartialclass改密碼:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidButton1_Click(objectsender,EventArgse){SqlConnectionmyConnection=newSqlConnection();stringmystr="DataSource=localhost;InitialCatalog=聊天室1;IntegratedSecurity=true;UserID=;pwd=";myConnection.ConnectionString=mystr;myConnection.Open();string昵稱=TextBox1.Text.ToString().Trim();stringSQL_密碼=TextBox2.Text.ToString().Trim();stringsql1="selectcount(*)from修改密碼where昵稱='"+昵稱+"'";SqlCommandmyCommand1=newSqlCommand(sql1,myConnection);intNum_count=(int)myCommand1.ExecuteScalar();if(Num_count!=0){stringsql2="update修改密碼set密碼='"+SQL_密碼+"'";+++++–––––SqlCommandmyCommand2=newSqlCommand(sql2,myConnection);myCommand2.ExecuteNonQuery();Response.Write("<scriptlanguage=javascript>alert('注冊(cè)成功!歡迎訪問!');</script>");Server.Transfer("denglu.aspx");}else{Response.Write("<scriptlanguage=javascript>alert('用戶名不存在!');</script>");Server.Transfer("修改密碼.aspx");}}}五、總結(jié)有關(guān)于此次課程設(shè)計(jì)的心得體會(huì),總的來說,受益匪淺。在這些天中,我們學(xué)到了很多東西,包括建表,導(dǎo)入數(shù)據(jù),查詢,插入。最重要的是我們有機(jī)會(huì)用電腦自己進(jìn)行實(shí)踐,沒接觸的時(shí)候總是覺得它比較深?yuàn)W或是不可接近的新型語言,剛開始就是建立數(shù)據(jù)庫,兩種驗(yàn)證模式,緊接著就是觸發(fā)器的使用,進(jìn)而對(duì)數(shù)據(jù)庫高級(jí)的使用。從課程的學(xué)習(xí)和實(shí)驗(yàn)當(dāng)中我了解到,表是數(shù)據(jù)庫數(shù)據(jù)當(dāng)中最重要的一個(gè)數(shù)據(jù)對(duì)象,表建立的好壞直接關(guān)系到數(shù)據(jù)庫的實(shí)際使用效果,表當(dāng)中的內(nèi)容越具體對(duì)表越有利,同時(shí)對(duì)數(shù)據(jù)庫的各種應(yīng)用也有著各種各樣的便利,但是表的內(nèi)容也不能過于的繁瑣,當(dāng)然,這些也只能在今后的實(shí)際使用當(dāng)中多多的應(yīng)用,才能加深和理解如何對(duì)表進(jìn)行規(guī)劃才更有利于使用和查詢。在數(shù)據(jù)庫中,數(shù)據(jù)內(nèi)容的查詢可以使用查詢語句的方法查詢,也可以使用視圖操作的方法進(jìn)行查詢,使用視圖操作的方法不僅可以簡(jiǎn)化數(shù)據(jù)操作,同時(shí)還可以檢索數(shù)據(jù),在查詢時(shí)還能向基表當(dāng)中添加、修改和刪除數(shù)據(jù),能有效的提高數(shù)據(jù)庫可用性和安全性。SQLServer的學(xué)習(xí)是在老師的悉心教導(dǎo)和上機(jī)實(shí)驗(yàn)實(shí)踐當(dāng)中度過的,經(jīng)過短暫的學(xué)習(xí),讓我學(xué)會(huì)了很多知識(shí),對(duì)于我今后的人生和工作有很多有用有幫助的地方,感謝老師的教導(dǎo),讓我又多掌握了一項(xiàng)專業(yè)的技術(shù),我會(huì)在今后更加努力的學(xué)習(xí)這方面的專業(yè)技術(shù)知識(shí),勤于實(shí)踐、不斷提高,以適應(yīng)時(shí)代的發(fā)展,更好的把握未來。

本科生學(xué)位論文論多媒體技術(shù)在教學(xué)中的應(yīng)用姓名:指導(dǎo)教師:專業(yè):教育管理專業(yè)年級(jí):完成時(shí)間:

論多媒體技術(shù)在教學(xué)中的應(yīng)用[摘要]多媒體不再是傳統(tǒng)的輔助教學(xué)工具,而是為構(gòu)造一種新的網(wǎng)絡(luò)教學(xué)環(huán)境創(chuàng)造了條件,特別是對(duì)于教育社會(huì)化來說,多媒體網(wǎng)絡(luò)是一種更理想的傳播工具。多媒體本身具有:融合性、非線性化,無結(jié)構(gòu)性、相互交涉性、可編輯性、實(shí)時(shí)性等特點(diǎn);同時(shí)運(yùn)用在教育教學(xué)上又有其特長(zhǎng):利于信息的存儲(chǔ)利用、是培養(yǎng)發(fā)散性思維的工具、促使學(xué)習(xí)個(gè)別化的實(shí)現(xiàn)。多媒體在教學(xué)中的應(yīng)用有著多種的形式,它在提高學(xué)生學(xué)習(xí)興趣上有著積極的作用,同時(shí)它還能促進(jìn)學(xué)生知識(shí)的獲取與保持、對(duì)教學(xué)信息進(jìn)行有效的組織與管理、建構(gòu)理想的學(xué)習(xí)環(huán)境,促進(jìn)學(xué)生自主學(xué)習(xí)等多方面的效果。立足未來發(fā)展,利用多媒體網(wǎng)絡(luò)技術(shù),開展教學(xué)試驗(yàn)。[關(guān)鍵詞]多媒體網(wǎng)絡(luò)教學(xué)系統(tǒng)資源共享多媒體技術(shù)主要指多媒體計(jì)算機(jī)技術(shù),加工、控制、編輯、變換,還可以查詢、檢索。人們借助于多媒體技術(shù)可以自然貼切地表達(dá)、傳播、處理各種視聽信息,并具有更多的參與性和創(chuàng)造性。當(dāng)今多媒體已成為廣泛流傳的名詞,但人們對(duì)于它的認(rèn)識(shí),特別是對(duì)于它在教育教

溫馨提示

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

評(píng)論

0/150

提交評(píng)論