سلام
بله امکانش هست باید به صورت .text اطلاعات رو بر گردوندید.
function fetchHtml() {
fetch('./file.html or url')
.then((response) => {
return response.text();
})
.then((html) => {
document.body.innerHTML = html
});
}
@mohaligateway
درود بر شما
var element = document.getElementById('ip');
function fetchHtml() {
fetch('https://checkip.amazonaws.com/',{mode:'no-cors'})
.then((response) => {
return response.text();
})
.then((html) => {
element.innerHTML+=':'+html
});
}
fetchHtml()
طبق روش شما عمل کردم
اینجا من درخواست زدم ولی متاسفانه ریکورد خالی برام بر میگردونه چیکار باید کنم؟
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟