version 1.35, 2024/03/28 20:10:52 |
version 1.36, 2024/03/28 20:13:40 |
Line 52 async function sendData() { |
|
Line 52 async function sendData() { |
|
//}); |
//}); |
/* --------------------- */ |
/* --------------------- */ |
var re=""; |
var re=""; |
fetch('/feedbk/', { |
re=fetch('/feedbk/', { |
method: 'POST', |
method: 'POST', |
headers: { |
headers: { |
'Accept': 'application/json', |
'Accept': 'application/json', |
Line 62 fetch('/feedbk/', { |
|
Line 62 fetch('/feedbk/', { |
|
}); |
}); |
// .then(response => response.json()) |
// .then(response => response.json()) |
// .then(response => console.log(JSON.stringify(response))) |
// .then(response => console.log(JSON.stringify(response))) |
console.log(response.text()); |
console.log(re.text()); |
|
|
|
|
}, |
}, |