我有密码:

当我启动js应用程序时,它会不断地告诉我响应的答案是什么:

我怎么才能关掉它?
我要关掉同样的伐木,我怎么能?
发布于 2022-11-18 22:30:44
从来没有使用过它,但是看看https://github.com/ranm8/requestify/blob/master/lib/requestify.js#L253-L263,它看起来应该能做到
requestify.setLogger({
error: () => {},
info: () => {},
debug: () => {},
warning: () => {}
});https://stackoverflow.com/questions/74495862
复制相似问题