摘要:
安装JDK 一、去官网下载自己需要的JDK版本 官网链接: https://www.oracle.com/technetwork/java/javase/overview/index.html 没下载下来,只有找网上别人百度网盘的了,坑爹啊!! 二、JDK环境变量配置 右击“我的电脑”-->"属性" 阅读全文
摘要:
一、将读取Excel文件放到Plugins文件下,并添加组件 二、相关代码 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Data; 阅读全文