http-status-code-404 相关问题

HTTP状态代码404或“未找到”表示服务器找不到所请求的文件或资源。

错误:获取js文件net::ERR_ABORTED 404(未找到)node.js

我知道这个问题不是第一个,但我不知道在哪里寻找解决方案。 我有一个快速后端服务器。当它启动时,它必须渲染包含 main.js 的 HTML 页面。 app.js代码: 变种

回答 2 投票 0

为什么 Azure 仅在 www.example.com/ROOT 下为我在 Tomcat 9.0.62 中的静态网站提供服务?

我有一个非常简单的单页静态网站,存储在 /site/wwwroot/webapps/ROOT/ 下的 Azure WebApp 中 Azure 支持各种 Tomcat 当选择最新版本的 Tomcat 9(9.0.63,如

回答 1 投票 0

函数应用程序 - Swagger URL 在部署到 Azure 后显示 404

我使用 Open API Spec 遵循以下 OPI 文档来了解我的函数 https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/openapi-core.md 期间

回答 1 投票 0

API 从 .Net Framework 升级到 .Net 6.0 在 Postman 中抛出 404 错误

我有以下代码,在 .Net Framework 中运行良好,但升级后抛出 404 错误。这基本上是我的代码: [路由前缀(“API”)] [基本身份验证过滤器] ...

回答 1 投票 0

Flutter 如何处理 Image.network 错误(如 404 或错误的 url)

当 url 错误或目的地导致 404 时如何处理 Image.network。 例如尝试 Image.network('https://image.tmdb.org/t/p/w92')

回答 15 投票 0

未处理的运行时错误错误:notFound() 不允许在根布局中使用

收到错误未处理的运行时错误错误:notFound() 不允许在根布局中使用 带有应用程序目录的下一个 js 13 (v 13.4.12) 导入 notFound : 从'next/naviga导入{notFound}...

回答 1 投票 0

为什么 @font-face 对 woff 文件抛出 404 错误?

我在我公司的网站上使用@font-face,它工作/看起来很棒。但 Firefox 和 Chrome 会在 .woff 文件上抛出 404 错误。 IE 不会抛出错误。我的字体位于...

回答 14 投票 0

NotFound 在 React 上返回 200 而不是 404 代码

我想让 React 上的网站在用户输入例如:https://www.pess.org.ua/test 时在 NotFound 页面上返回 404 代码。 您可以在 https://httpstatus.io/ 上查看返回码,它...

回答 0 投票 0

与 nginx 并行服务两个 Streamlit 应用程序会导致 403 或 404

第一次在这里使用nginx,似乎我错过了一些东西。 我有两个 Streamlit 应用程序分别在端口 8501 和 8502 上提供服务。我可以通过访问它们各自的:直接...

回答 2 投票 0

当我查询 Postman 时,我得到状态为 200 的响应,但在 Flutter 中我得到 404,为什么?

当我查询 Postman 时,我得到状态为 200 且数据正确的响应,但在我的代码中我得到 404 响应。服务器不是我的,是我国知名银行,所以服务器

回答 0 投票 0

.htaccess 仅在带有参数的 url 上禁止机器人

Google 正在访问带有参数的页面,我需要阻止它。 使用 param 在所有页面上指定页面 404 看起来像 site.com?q=text 或 site.com/?q=text 但如果链接只是 site.com,则不会阻止 这是我写的

回答 1 投票 0

几乎相同的 Azure Docker 容器,一个可以工作,一个不能

我部署了两个几乎相同的 Azure Docker 容器。唯一的区别是,一个配置为虚拟网络,另一个配置为公共访问。我尝试卷曲机器人...

回答 1 投票 0

我的 URL 中的一个特定单词会触发 404 错误

事情是这样的。我的 .htaccess 将所有 URL 重定向到 index.php。 重写引擎开启 RewriteCond %{REQUEST_FILENAME} -f [或] RewriteCond %{REQUEST_FILENAME} -d 重写规则 ^ - [L] 重写规则 ^(....

回答 0 投票 0

Spring Boot 直接从 URL 访问 JSP 在 IDE 中有效,但在打包为 WAR 后不起作用

似乎这个问题在过去已经被问过并且有解决方案。 但是,我的问题特定于我在开发环境与生产环境中看到的差异。 我...

回答 0 投票 0

无法连接 URL,尽管我选择了路径,但仍显示 404 消息

我收到一条 404 消息,告诉我“当前路径,联系人/,与最后一个匹配。” 404图像 我在两个 url.py 文件上尝试了多个不同的路径,但似乎没有任何效果。输入图像

回答 0 投票 0

NextJS not-found.tsx 返回 HTTP 200 状态码

当我使用 NextJS 的 not-found.tsx 文件时,它呈现良好但它返回 200 状态代码而不是 404。知道为什么吗?我该如何解决这个问题?

回答 1 投票 0

Java Httpclient org.apache.http.client.methods.HttpPut 出现 404 错误

我的系统属性中有代理设置。在我的 java 应用程序中,使用 Apache HttpClient 将文件 HttpPut 到 URL,代码如下。我尝试创建客户端的所有 3 种方式都返回 404。同样......

回答 0 投票 0

我如何连接到 Apache Tomcat 上托管的 Apache Cxf Web 服务(启用了安全性)?

我在 apache tomcat 7.0.29 下部署的 apacheCxf jar 中的 ws 安全示例中使用 wssec_sign_enc 示例。 我的 web.xml 是: 我在 apache tomcat 7.0.29 下部署的 apacheCxf jar 中的 ws 安全示例中使用 wssec_sign_enc 示例。 我的 web.xml 是: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> <display-name>TestingWebWsSecurity</display-name> <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> <servlet> <description>Apache CXF Endpoint</description> <display-name>cxf</display-name> <servlet-name>cxf</servlet-name> <servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>cxf</servlet-name> <url-pattern>/services/*</url-pattern> </servlet-mapping> <session-config> <session-timeout>60</session-timeout> </session-config> <context-param> <param-name>contextConfigLocation</param-name> <param-value>WEB-INF/cxf-beans.xml</param-value> </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> </web-app> 我的cxf-beans.xml是 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws" xmlns:cxf="http://cxf.apache.org/core" xmlns:wsa="http://cxf.apache.org/ws/addressing" xmlns:http="http://cxf.apache.org/transports/http/configuration" xmlns:wsrm-policy="http://schemas.xmlsoap.org/ws/2005/02/rm/policy" xmlns:wsrm-mgr="http://cxf.apache.org/ws/rm/manager" xsi:schemaLocation=" http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd http://schemas.xmlsoap.org/ws/2005/02/rm/policy http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm-policy.xsd http://cxf.apache.org/ws/rm/manager http://cxf.apache.org/schemas/configuration/wsrm-manager.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd "> <import resource="classpath:META-INF/cxf/cxf.xml" /> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" /> <import resource="classpath:META-INF/cxf/cxf-servlet.xml" /> <import resource="classpath:META-INF/cxf/cxf.xml" /> <import resource="classpath*:META-INF/cxf/cxf-extension-*.xml" /> <cxf:bus> <cxf:features> <cxf:logging /> <wsa:addressing /> </cxf:features> </cxf:bus> <http:conduit name="{http://cxf.apache.org/hello_world_soap_http}GreeterPort.http-conduit"> <http:client DecoupledEndpoint="http://localhost:12000/decoupled_endpoint" /> </http:conduit> <jaxws:endpoint xmlns:tns="http://cxf.apache.org/hello_world_soap_http" id="greeter" implementor="org.apache.cxf.hello_world_soap_http.GreeterImpl" wsdlLocation="wsdl/hello_world_wssec.wsdl" endpointName="tns:GreeterPort" serviceName="tns:GreeterService" address="/GreeterPort"> <jaxws:features> <bean class="org.apache.cxf.feature.LoggingFeature" /> </jaxws:features> <jaxws:outInterceptors> <bean class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor"> <constructor-arg> <map> <entry key="action" value="UsernameToken Timestamp Signature Encrypt" /> <entry key="passwordType" value="PasswordText" /> <entry key="passwordCallbackClass" value="demo.wssec.server.UTPasswordCallback" /> <entry key="user" value="Alice" /> <entry key="signatureUser" value="serverx509v1" /> <entry key="encryptionUser" value="clientx509v1" /> <entry key="encryptionPropFile" value="etc/Server_SignVerf.properties" /> <entry key="encryptionKeyIdentifier" value="IssuerSerial" /> <entry key="encryptionParts" value="{Element}{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp;{Content}{http://schemas.xmlsoap.org/soap/envelope/}Body" /> <entry key="signaturePropFile" value="etc/Server_Decrypt.properties" /> <entry key="signatureParts" value="{Element}{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp;{Element}{http://schemas.xmlsoap.org/soap/envelope/}Body" /> <entry key="signatureKeyIdentifier" value="DirectReference" /> <entry key="encryptionKeyTransportAlgorithm" value="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p" /> <entry key="signatureAlgorithm" value="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /> </map> </constructor-arg> </bean> </jaxws:outInterceptors> <jaxws:inInterceptors> <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"> <constructor-arg> <map> <entry key="action" value="UsernameToken Timestamp Signature Encrypt" /> <entry key="passwordType" value="PasswordDigest" /> <entry key="passwordCallbackClass" value="demo.wssec.server.UTPasswordCallback" /> <!-- <entry key="user" value="server" /> --> <entry key="decryptionPropFile" value="etc/Server_Decrypt.properties" /> <entry key="encryptionKeyIdentifier" value="IssuerSerial" /> <entry key="signaturePropFile" value="etc/Server_SignVerf.properties" /> <entry key="signatureKeyIdentifier" value="DirectReference" /> <entry key="encryptionKeyTransportAlgorithm" value="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p" /> <entry key="signatureAlgorithm" value="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /> </map> </constructor-arg> </bean> </jaxws:inInterceptors> </jaxws:endpoint> </beans> 我的wsdl文件是: <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="HelloWorld" targetNamespace="http://cxf.apache.org/hello_world_soap_http" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cxf.apache.org/hello_world_soap_http" xmlns:x1="http://cxf.apache.org/hello_world_soap_http/types" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <wsdl:types> <schema targetNamespace="http://cxf.apache.org/hello_world_soap_http/types" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <element name="sayHi"> <complexType/> </element> <element name="sayHiResponse"> <complexType> <sequence> <element name="responseType" type="xsd:string"/> </sequence> </complexType> </element> <element name="greetMe"> <complexType> <sequence> <element name="requestType" type="xsd:string"/> </sequence> </complexType> </element> <element name="greetMeResponse"> <complexType> <sequence> <element name="responseType" type="xsd:string"/> </sequence> </complexType> </element> <element name="greetMeOneWay"> <complexType> <sequence> <element name="requestType" type="xsd:string"/> </sequence> </complexType> </element> </schema> </wsdl:types> <wsdl:message name="sayHiRequest"> <wsdl:part element="x1:sayHi" name="in"/> </wsdl:message> <wsdl:message name="sayHiResponse"> <wsdl:part element="x1:sayHiResponse" name="out"/> </wsdl:message> <wsdl:message name="greetMeRequest"> <wsdl:part element="x1:greetMe" name="in"/> </wsdl:message> <wsdl:message name="greetMeResponse"> <wsdl:part element="x1:greetMeResponse" name="out"/> </wsdl:message> <wsdl:message name="greetMeOneWayRequest"> <wsdl:part element="x1:greetMeOneWay" name="in"/> </wsdl:message> <wsdl:portType name="Greeter"> <wsdl:operation name="sayHi"> <wsdl:input message="tns:sayHiRequest" name="sayHiRequest"/> <wsdl:output message="tns:sayHiResponse" name="sayHiResponse"/> </wsdl:operation> <wsdl:operation name="greetMe"> <wsdl:input message="tns:greetMeRequest" name="greetMeRequest"/> <wsdl:output message="tns:greetMeResponse" name="greetMeResponse"/> </wsdl:operation> <wsdl:operation name="greetMeOneWay"> <wsdl:input message="tns:greetMeOneWayRequest" name="greetMeOneWayRequest"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="Greeter_SOAPBinding" type="tns:Greeter"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="sayHi"> <soap:operation soapAction="" style="document"/> <wsdl:input name="sayHiRequest"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="sayHiResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="greetMe"> <soap:operation soapAction="" style="document"/> <wsdl:input name="greetMeRequest"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="greetMeResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="greetMeOneWay"> <soap:operation soapAction="" style="document"/> <wsdl:input name="greetMeOneWayRequest"> <soap:body use="literal"/> </wsdl:input> </wsdl:operation> </wsdl:binding> <wsdl:service name="GreeterService"> <wsdl:port binding="tns:Greeter_SOAPBinding" name="GreeterPort"> <soap:address location="http://localhost:12000/TestingWebWsSecurity/services/GreeterPort"/> <wswa:UsingAddressing xmlns:wswa="http://www.w3.org/2005/02/addressing/wsdl"/> </wsdl:port> </wsdl:service> </wsdl:definitions> 客户代码是: package demo.wssec.client; import java.io.Closeable; import java.lang.reflect.UndeclaredThrowableException; import java.net.URL; import java.util.HashMap; import java.util.Map; import org.apache.cxf.Bus; import org.apache.cxf.BusFactory; import org.apache.cxf.bus.spring.SpringBusFactory; import org.apache.cxf.hello_world_soap_http.Greeter; import org.apache.cxf.hello_world_soap_http.GreeterService; import org.apache.cxf.ws.security.wss4j.DefaultCryptoCoverageChecker; import org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor; import org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor; public final class Client { private static final String WSU_NS = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"; private Client() { } public static void main(String args[]) throws Exception { try { SpringBusFactory bf = new SpringBusFactory(); URL busFile = Client.class.getResource("wssec.xml"); Bus bus = bf.createBus(busFile.toString()); BusFactory.setDefaultBus(bus); Map<String, Object> outProps = new HashMap<String, Object>(); outProps.put("action", "UsernameToken Timestamp Signature Encrypt"); outProps.put("passwordType", "PasswordDigest"); outProps.put("user", "abcd"); outProps.put("password", "storepassword"); outProps.put("signatureUser", "clientx509v1"); outProps.put("passwordCallbackClass", "demo.wssec.client.UTPasswordCallback"); outProps.put("encryptionUser", "serverx509v1"); outProps.put("encryptionPropFile", "etc/Client_Encrypt.properties"); outProps.put("encryptionKeyIdentifier", "IssuerSerial"); outProps.put("encryptionParts", "{Element}{" + WSU_NS + "}Timestamp;" + "{Content}{http://schemas.xmlsoap.org/soap/envelope/}Body"); outProps.put("signaturePropFile", "etc/Client_Sign.properties"); outProps.put("signatureKeyIdentifier", "DirectReference"); outProps.put("signatureParts", "{Element}{" + WSU_NS + "}Timestamp;" + "{Element}{http://schemas.xmlsoap.org/soap/envelope/}Body;" + "{}{http://www.w3.org/2005/08/addressing}ReplyTo;"); outProps.put("encryptionKeyTransportAlgorithm", "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"); outProps.put("signatureAlgorithm", "http://www.w3.org/2000/09/xmldsig#rsa-sha1"); bus.getOutInterceptors().add(new WSS4JOutInterceptor(outProps)); Map<String, Object> inProps = new HashMap<String, Object>(); inProps.put("action", "UsernameToken Timestamp Signature Encrypt"); inProps.put("passwordType", "PasswordText"); inProps.put("passwordCallbackClass", "demo.wssec.client.UTPasswordCallback"); inProps.put("decryptionPropFile", "etc/Client_Sign.properties"); inProps.put("encryptionKeyIdentifier", "IssuerSerial"); inProps.put("signaturePropFile", "etc/Client_Encrypt.properties"); inProps.put("signatureKeyIdentifier", "DirectReference"); inProps.put("encryptionKeyTransportAlgorithm", "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"); inProps.put("signatureAlgorithm", "http://www.w3.org/2000/09/xmldsig#rsa-sha1"); bus.getInInterceptors().add(new WSS4JInInterceptor(inProps)); // Check to make sure that the SOAP Body and Timestamp were signed, // and that the SOAP Body was encrypted DefaultCryptoCoverageChecker coverageChecker = new DefaultCryptoCoverageChecker(); coverageChecker.setSignBody(true); coverageChecker.setSignTimestamp(true); coverageChecker.setEncryptBody(true); bus.getInInterceptors().add(coverageChecker); GreeterService service = new GreeterService(); Greeter port = service.getGreeterPort(); String[] names = new String[] {"Anne", "Bill", "Chris", "Sachin Tendulkar"}; // make a sequence of 4 invocations for (int i = 0; i < 4; i++) { System.out.println("Invoking greetMe..."); String response = port.greetMe(names[i]); System.out.println("response: " + response + "\n"); } // allow asynchronous resends to occur Thread.sleep(30 * 1000); if (port instanceof Closeable) { ((Closeable)port).close(); } bus.shutdown(true); } catch (UndeclaredThrowableException ex) { ex.getUndeclaredThrowable().printStackTrace(); } catch (Exception ex) { ex.printStackTrace(); } finally { System.exit(0); } } } 当我执行客户端代码时,它说: Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '404: Not Found' when communicating with http://localhost:12000/TestingWebWsSecurity/services/GreeterPort at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1526) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1486) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1305) at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:50) at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:223) at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56) at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:623) at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) ... 9 more javax.xml.ws.WebServiceException: Could not send Message. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145) at com.sun.proxy.$Proxy40.greetMe(Unknown Source) at demo.wssec.client.Client.main(Client.java:120) Caused by: org.apache.cxf.transport.http.HTTPException: HTTP response '404: Not Found' when communicating with http://localhost:12000/TestingWebWsSecurity/services/GreeterPort at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1526) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1486) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1305) at org.apache.cxf.io.CacheAndWriteOutputStream.postClose(CacheAndWriteOutputStream.java:50) at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:223) at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56) at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:623) at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271) at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:541) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:474) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:377) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:330) at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:134) ... 2 more 找到它,我希望它能帮助别人 只需将 localhost 替换为 ip 地址,一切都会好起来的 看看类似的帖子 http://cxf.547215.n5.nabble.com/404-from-web-service-client-td5710925.html 解决方案如下:更新您的 cxf-beans.xml 使用: <cxf:bus> <cxf:inInterceptors> <ref bean="inIntercTest"/> </cxf:inInterceptors> <cxf:outInterceptors> <ref bean="outIntercTest"/> </cxf:outInterceptors> </cxf:bus> 代替: <cxf:bus> <cxf:features> <cxf:logging /> <wsa:addressing /> </cxf:features> </cxf:bus>

回答 2 投票 0

你来自哪个国家?

我要我的资源以以太坊的形式进入我的钱包到这个地址。 0x005449873eFD4b886DFDb3dfFeB1fA93817F8449 我已经扩展了门户和网络域,我希望我的帐户能够...

回答 0 投票 0

Tomcat HTTP 状态 404 - 源服务器未找到目标资源的当前表示...使用 Spring boot 和 Tomcat

我使用的是Spring boot 3.0、Tomcat 10.1和Java 19。我的页面是HTML。用Tomcat运行时,找不到我的页面,如图。 在此处输入图像描述 这是我的控制器:输入图片

回答 0 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.