Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一些 xml 放入 html 表中。问题是我的 xml 作为临时文档在服务器上动态创建。如果 url 可以不同,我该如何调用这个文件?我希望这是有道理的。我是 jQuery、Javascript 的新手。
在服务器上动态生成文件的时候,也将文件的路径写入静态文件中。使用客户端从静态文件中检索路径,然后对动态生成的文件发出实际请求。
希望我理解你的问题是正确的。