// Affichage à l'aide d'une ListIteratorListIterator iterateur=array_L.listIterator();while(iterateur.hasNext()){System.out.println(iterateur.nextIndex()+"=>"+iterateur.next());}}
String titre = StringUtils.substringBetween(codeHTML, "<title>",
"</title>");System.out.println("Titre: "+ titre );// Extraire le Script du contenu HTM