gpt4 book ai didi

json - CasperJs 从本地文件加载json数据

转载 作者:行者123 更新时间:2023-12-04 00:30:46 25 4
gpt4 key购买 nike

有没有什么方便的方法可以使用 CasperJs 将本地 JSON 文件加载到变量中?

我看到有人建议使用

$.getJSON(filename, function() ... 

最佳答案

我在 CasperJS 1.1-beta1 和 PhantomJS 1.9.1 上有以下工作

测试文件

{
"test": "hello"
}

测试.js
var json = require('test.json');
require('utils').dump(json);
casper.echo(json.test); // "hello"

关于json - CasperJs 从本地文件加载json数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18435748/

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