我在JSP中使用了这段代码:
<a href="<c:out value="${item.urlForOnline}" />" target="_blank"><c:out value="${item.urlForOnline}" /></a>
$ {item.urlForOnline}的价值是www.google.com
但是当我点击链接时,浏览器会重定向到http://127.0.0.1:7001/myApp/search/www.google.com
我在弹簧控制器中设置了物品对象的值:
model.addAttribute("item", item);
答案 0 :(得分:0)
浏览器将 TDemo = class(TComparer<string>)
private
class var FVar: TConstFunc<string, string, Integer>;
// function CompareInternal(const L, R: string): Integer; STATIC; // also possible
class constructor InitComp;
...
end;
// would only be called once, if the class is actually used somewhere in the project
class constructor TDemo.InitComp;
begin
FVar := function(const L, R: string): Integer
begin
Result := StrToInt(R) - StrToInt(L)
end
end;
作为您网站的相对资源。
您可以通过提供将www.google.com
替换为www.google.com
的协议来解决此问题。