老師這是什么錯誤
error: cannot find symbol System.out.printIn(myLove); ^ symbol: method printIn(String) location: variable out of type PrintStream error: cannot find symbol System.out.printIn(myURL); ^ symbol: method printIn(String) location: variable out of type PrintStream 2 errors 這是什么意思????
2015-08-10
println打錯了。。。
是小寫 l ?不是大寫 i