js怎么读取json配置文件的内容test.json:{ "name":"hello"}import myJson from '.test.json'console.log(myJson.name)ex2023-03-01JavaScript190