import fetch from 'node-fetch'; import fileType from 'file-type'; const response = await fetch('https://octodex.github.com/images/Fintechtocat.png'); ...
確定! 回上一頁