首页
编程
java
php
前端
首页
编程
java
php
前端
eclipse 导入的项目 .class文件打不开 There is no source file attached to the class file
// 个人见解
没有源码,eclipse本身不支持反编译,三种方式:
一:更换idea,idea自带反编译,可以识别.class文件;
二: 安装反编译插件;
三: 下载源码;
点击展开全文