const fetch = require("node-fetch"); ·!async function() { · const response = await fetch("#"); · await response.json(); // arrayBuffer(), text(), ... } · }();.
確定! 回上一頁