各種開發語言的console output

Java:  

System.out.println


asp.net:

System.Diagnostics.Debug.WriteLine(...)

it shows results in the Output window of Visual Studio

http://stackoverflow.com/questions/137660/where-does-console-writeline-go-in-asp-net


rails

http://stackoverflow.com/questions/5673584/puts-doesnt-print-stuff-to-console


Ojbective C

NSLog


Android 

Log.info(...)


發佈了271 篇原創文章 · 獲贊 5 · 訪問量 129萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章