摘要:
import axios from 'axios'; axios.get('../../static/readme.md').then(res=> { console.log(res.data); });需要值得注意的是,静态文件的地址必须是和src文件夹同级的static文件夹,才可以获取到文件( 阅读全文
posted @ 2021-11-17 11:47 凡凡0410 阅读(394) 评论(0) 推荐(0) 编辑
posted @ 2021-11-17 11:47 凡凡0410 阅读(394) 评论(0) 推荐(0) 编辑
Copyright © 2024 凡凡0410
Powered by .NET 9.0 on Kubernetes