摘要:
记录一些经常使用的git命令: 查看版本号: git version 查看用户名、邮箱: git config user.name “” git config user.email “” 配置用户名、邮箱: git config —global user.name “name” git config 阅读全文
摘要:
1.下载依赖 npm install react-i18next i18next i18next-browser-languagedetector -S 2.新建文件,配置文件 新建index.js文件 import Taro from '@tarojs/taro'; import Language 阅读全文