What can I do without express, so that the returned data is not displayed directly on the page?

I write this

res.writeHead(200, {"Content-Type": "application/json"});
 res.end(JSON.stringify(body));

data is displayed directly on the page

clipboard.png

 
Mar.15,2021

try to receive it with html's ajax. Url accesses the html address instead of the interface address

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36a89-405bb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36a89-405bb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?