Jackson-annotation 2.2.3不产生吸气剂。 我想打印的价值 枚举FOOTBALL作为足球但不能打印。 解决办法是什么?下面是使用JAckson-annotation2.2.3 jar
生成的代码 const filePath = `../files/${name}.js`;
if (!fs.existsSync(filePath)) {
// file does not exist
} else {
let targetFile = require(filePath);
targetFile.run();
}