您好,欢迎访问一九零五行业门户网

mysql-Java入门新人求解答:如何能保存修改后的网页?求代码

mysqljavascriptjavamyeclipse
pageencoding=utf-8%>
string path = request.getcontextpath();
string basepath = request.getscheme() + ://
+ request.getservername() + : + request.getserverport()
+ path + /;
%>
welcome to tv_play's web // 新增 function trdadd(){ flag=false; document.getelementbyid(fid).style.display=block; //控制显示 chongzhi(); document.getelementbyid(aid).disabled=false; //重新启用 } //保存 function baocun(){ if(flag==false){ add(flag); document.getelementbyid(fid).style.display=none; }else{ add(flag); document.getelementbyid(fid).style.display=none; } } //重置 function chongzhi(){ document.getelementbyid(formid).reset(); } //删除 function deleterow(input){ var s=input.parentnode.parentnode.rowindex; document.getelementbyid(tableid).deleterow(s); var num=document.getelementbyid(tableid).rows.length; for(var i=1;i
id name language country_of_origin genre operation
name : language :
country_of_origin : genre : horrorsitcomfantasyscience fantasycrime dramaperiod dramafamily

以上是我的代码,请问还有写什么代码才能让这个网站具有修改后保存的功能?
举个例子:
我添加一个id为1,name为doctor who,language为english,country_of_origin,
genre为sicence_fantasy的列,请问添加后如何让它永久保留在网页上,而不是下次刷新后就消失了?
求代码,谢谢。
其它类似信息

推荐信息