0
¿是否可以將數據從jQuery中的變量傳遞到jsp中的元素,並使用spring:message標記?spring:jquery函數中的消息
事情是這樣的:
var url1="http://some.org/some.json";
$.ajax({
url: url1,
dataType: 'jsonp',
success: function(data){
var url3 = data.homepageURL;
<c:if test="${not empty prot.code}"><p><label><spring:message code="website"/>:</label><a href=url3>url3</a></p></c:if>
}
});
});
是如此明顯,對於這個愚蠢的問題感到抱歉。 – user1783933