Vue.use(VueResource)最后读取json数据:this.$http.get('static/map/china.json').then(res => { console.log("json数据为:" + res.body)//此处的res对象包含了json的⽂件信息和数据,我们需要的json数据存在于body属性中 })这样就能读取json数据了!以上这篇在vue中读取本地Json⽂件的⽅法就是⼩...
vue读取本地TXTGBK编码⽂件vue 读取本地TXT GBK编码⽂件,利⽤ajax 访问本地static data ⽂件。安装 iconv-lite 插件 iconv-lite npm i iconv-lite -S 代码:readFile() { const url = '/static/data/spectators_index_20200802.txt'const _this = this const json = []let xhr = null i...