|
|
- 发布提交网址1 【返回】: <html>
- <head>
- <title>此页的状态信息无效,可能已损坏。</title>
- <style>
- body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
- p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
- b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
- H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
- H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
- pre {font-family:"Lucida Console";font-size: .9em}
- .marker {font-weight: bold; color: black;text-decoration: none;}
- .version {color: gray;}
- .error {margin-bottom: 10px;}
- .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
- </style>
- </head>
- <body bgcolor="white">
- <span><H1>“/”应用程序中的服务器错误。<hr width=100% size=1 color=silver></H1>
- <h2> <i>此页的状态信息无效,可能已损坏。</i> </h2></span>
- <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
- <b> 说明: </b>执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
复制代码 GET和POST是同一个网址,导致上传数据时回调出现两份POST,请问该怎么解决这类问题? |
|