java 中 Cannot make a static reference to the non-static 解决方法
摘要:
今天敲代码的时候遇到了这个问题,大体这个问题可以简化成这样; 1 2 3 4 5 6 7 8 9 10 显示 Cannot make a static reference to the non-static method get() from the type Test1 好吧,我决定改成这样 1 阅读全文
posted @ 2018-07-19 19:44 chengjunde 阅读(1142) 评论(0) 推荐(0)