js怎么读取json配置文件的内容test.json:{ "name":"hello"}import myJson from '.test.json'console.log(myJson.name)如果2023-02-20JavaScript230