gpt4 book ai didi

javascript - 防止 Node.js repl 打印输出

转载 作者:IT老高 更新时间:2023-10-28 23:06:45 25 4
gpt4 key购买 nike

如果某些 javascript 计算的结果是一个包含 10,000 个元素的数组,Node.js repl 会打印出来。如何防止它这样做?

谢谢

最佳答案

你为什么不直接附加 ; null; 到你的表达方式?

new Array(10000); null;

打印出来的

null

甚至更短,使用 ;0;

关于javascript - 防止 Node.js repl 打印输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13683577/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com