如果你不想优雅的import,你可以写成import fs = require(“fs”);但是你如果想优雅一些,则写成:npm install @types/node --save-devimport * as fs from ...
確定! 回上一頁