![Uploading Paste_Image_305149.png . . .]
選擇想要鏈接的外部項目,即可。
使用外部項目中的類時,一般不進行import,而使用類的全稱
如外部項目下的包com.myweb.news中的類NewsEntity,引用時這樣使用。
com.myweb.news.NewsEntity newsEntity
= new com.myweb.news.NewsEntity
![Uploading Paste_Image_305149.png . . .]
選擇想要鏈接的外部項目,即可。
使用外部項目中的類時,一般不進行import,而使用類的全稱
如外部項目下的包com.myweb.news中的類NewsEntity,引用時這樣使用。
com.myweb.news.NewsEntity newsEntity
= new com.myweb.news.NewsEntity