Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 CasperJS 中,使用以下方法很容易转储对象:
var utils = require('utils'); utils.dump(myObj);
如何以类似的方式使用 spooky.js 转储对象?
Spooky 似乎在 Node 中运行,因此您可以直接使用console.log()(就像在浏览器中一样)。
console.log()