add url alert

This commit is contained in:
Huang,Yonggang 2024-05-09 09:42:52 +08:00
parent 2a09cb3444
commit 464a149753
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
}
function getTextFileFromURL(url) {
alert(url);
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function () {
alert(xmlhttp.readyState);