这是我的代码
var xml = new XMLHttpRequest();
xml.open('GET', 'https://learnwebcode.github.io/json-example/animals-1.json');
我试图加载一个json文件,但它说
净:: ERR_FILE_NOT_FOUND
我检查了源代码,json文件就在那里。所以我不知道我的代码在这里有什么问题。请帮帮我
答案 0 :(得分:0)
另一种选择......
Intent intent = new Intent(MainActivity.this,AnotherActivity.class);
intent.putExtra("Key", healthDiagnosis);
startActivity(intent);