1.json文件内容
2.使用import导入json
<script setup>
import config from '../../public/config/config.json';
console.log(config)
<script>
3.console结果

本文介绍了如何使用Python通过import语句加载并展示来自'config.json'的配置数据,重点在于操作过程和console日志结果。
1.json文件内容
2.使用import导入json
<script setup>
import config from '../../public/config/config.json';
console.log(config)
<script>
3.console结果

1万+

被折叠的 条评论
为什么被折叠?