摘要: const vm = require('vm'); const fs = require('fs'); const x = 1; const context = { x: 2 ,myFs =fs }; vm.createContext(context); // Contextify the obje 阅读全文
posted @ 2022-04-22 19:32 今天起个早 阅读(3) 评论(0) 推荐(0) 编辑