try { URL url = newURL( "http://網址" ); HttpURLConnection connect = (HttpURLConnection) url.openConnection(); connect.setDoInput( true );
確定! 回上一頁