Java 有無類似 PHP file_get_contents 既command

例如我想要http://finance.yahoo.com/q?s=0005.HK 既html code
Java 可以點寫?
Thanks

FileInputStream可以做到,但最好就用返java.net.URL、java.net.URLConnection、java.net.HttpURLConnection呢幾個class啦。


file_get_content()係function,唔係command

[ 本帖最後由 ntony 於 2008-10-26 03:28 編輯 ]

TOP

原帖由 ntony 於 2008-10-26 03:09 發表
FileInputStream可以做到,但最好就用返java.net.URL、java.net.URLConnection、java.net.HttpURLConnection呢幾個class啦。


file_get_content()係function,唔係command

file_get_content()唔係function,
係file_get_contents()

TOP