in an external js file-6ren"> in an external js file-如何使用 在包含 jquery 代码的外部 js 文件中? 这是我的外部 js 文件的摘录: $(document).ready(function() { $.ajax({ t-6ren">
gpt4 book ai didi

javascript - in an external js file

转载 作者:行者123 更新时间:2023-11-29 14:58:39 25 4
gpt4 key购买 nike

如何使用 <c:url value="/url">在包含 jquery 代码的外部 js 文件中?

这是我的外部 js 文件的摘录:

$(document).ready(function() {
$.ajax({
type : "POST",
url : '<c:url value="/url.htm" >',
dataType : "application/json",
success : function(data) {
// do something
},
error : function(data) {
// do something else
}
});
});

最佳答案

设置你的容器来处理*.js文件作为*.jsp文件;你是否应该……有争议。

备选方案包括将一些信息放在 JSP 中并将其传递给在外部 JSP 文件中定义的方法,将信息放在 DOM 中的某个地方/以某种方式,等等。

关于javascript - <c :url value ="/url"/> in an external js file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13733712/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com