摘要:
a页面传参 $(window).attr("location","jsp/"+data+".jsp?cname="+cname+"&textarea="+textarea+"&cphone="+cphone); b页面接参 var data =(function GetRequest() { deb 阅读全文
摘要:
解决就是删除该主键然后新建一个主键即可。 删除主键时报: Cannot drop column 'cid': needed in a foreign key constraint 'cart_ibfk_1' of table 'cart' 需要删除cart表里面的cart_ibfk_1主键,然后才可 阅读全文