在Eclipse中,我如何評論&取消註釋以下所示的特定格式的Java代碼?評論/取消註釋Eclipse中的特定格式
我無法找到適當的答案,即使在堆棧溢出?
/*
* public class HelloWorld {
*
* public static void main (String[] args) {
* // Prints "Hello, World" to the terminal window.
* System.out.println("Hello, World");
* }
*
*}
*/
你的ide是什麼? – randominstanceOfLivingThing
其標準的Eclipse/SDK 版本:月神服務版本2(4.4.2) 版本ID:20150219-0600 – javaHolic
難道你想在行代碼塊時,你對此有何評論呢? – Bilguun