日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

No enclosing instance of type JDStudent is acAcessible. Must qualify the allocation with an enclosin

發布時間:2025/3/19 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 No enclosing instance of type JDStudent is acAcessible. Must qualify the allocation with an enclosin 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.


No enclosing instance of type JDStudent is acAcessible. Must qualify the allocation with an enclosing instance of type JDStudent (e.g. x.new A() where x is an instance of JDStudent).

E(e.g. x.new A() where x is an instance of E). E指代我寫的那個內部類。
根據提示,沒有可訪問的內部類E的實例,必須分配一個合適的內部類E的實例(如x.new A(),x必須是E的實例。)看著這句提示,我就納悶了,我已經用new實例化了這個類,為什么還不行呢。
于是百度谷歌了一下相關資料。原來我寫的內部類是動態的,也就是開頭以public class開頭。而主程序是public static class main。在Java中,類中的靜態方法不能直接調用動態方法。只有將某個內部類修飾為靜態類,然后才能夠在靜態類中調用該類的成員變量與成員方法。所以在不做其他變動的情況下,最簡單的解決辦法是將public
class改為public static class.
今天記錄下來

總結

以上是生活随笔為你收集整理的No enclosing instance of type JDStudent is acAcessible. Must qualify the allocation with an enclosin的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。