I'm receiving data as a dict from my server using this code function getTV() { fetch('/getTV') .then(response => response.json()) ...
確定! 回上一頁