【发布时间】:2014-03-26 02:10:52
【问题描述】:
在我的 jsp 页面中的标签 (img src="upload/<%=a.getUrlimmagine()%>") 我有这个错误
Bad value in "upload/ " for attribute "src" on element "img":DOUBLE_WHITE SPACE in PATH
我该如何解决?
【问题讨论】:
-
你需要用空格代替
%20。 -
你能举个例子吗?
-
刚刚发布了一个答案:)
-
你已经删除了答案 Thi is the error in netbeans postimg.org/image/4evqi8afp
标签: html jsp jsf jakarta-ee servlets