gpt4 book ai didi

javascript - 如何让我的浏览器在不刷新的情况下显示更改?

转载 作者:行者123 更新时间:2023-11-30 06:34:27 26 4
gpt4 key购买 nike

我已经设法在我的 tomcat7 网络服务器中设置 CORS,以便能够从另一个网络应用程序获取我的 xml 文件。我面临的问题是,如果我更改 xml 文件的内容,当我刷新浏览器时它不会显示更改,我必须重新启动服务器才能看到更改。

我想知道如何解决它。另外,是否可以在不刷新浏览器的情况下获得更改??

<html>
<body>
<h1>W3Schools Internal Note</h1>
<div>
<b>To:</b> <span id="to"></span><br />
<b>From:</b> <span id="from"></span><br />
<b>Message:</b> <span id="message"></span>
</div>
<script>
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.open("GET","http://localhost:8080/test-app/note.xml",true);
xmlhttp.send();
xmlDoc=xmlhttp.responseXML;

document.getElementById("to").innerHTML=
xmlDoc.getElementsByTagName("to")[0].childNodes[0].nodeValue;
document.getElementById("from").innerHTML=
xmlDoc.getElementsByTagName("from")[0].childNodes[0].nodeValue;
document.getElementById("message").innerHTML=
xmlDoc.getElementsByTagName("body")[0].childNodes[0].nodeValue;
</script>

</body>
</html>

最佳答案

如果你想完全控制元素,你可以使用extjs将你的excel加载到一个网格中。它可以刷新更改的部分而不刷新整个页面。

我没有使用 CORS。但您也可以尝试访问一个 txt 文件以查看它是否与缓存或 excel 相关。

关于javascript - 如何让我的浏览器在不刷新的情况下显示更改?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15490994/

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