| maison  | Hardware  | réseaux  | programmation  | Logiciel  | Dépannage  | systèmes |  
programmation  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Connaissances Informatiques >> programmation >> Computer Programming Languages >> Content
    Comment découper une chaîne à un espace
    Les développeurs de logiciels ont souvent besoin de diviser les chaînes de texte dans le but de manipuler les mots ou caractères dans la chaîne. L'utilisation de " split" de la méthode de JavaScript et HTA le langage de programmation de Microsoft, vous pouvez fractionner une chaîne de texte qui contient plusieurs mots séparés par des espaces. Même si vous n'êtes pas un développeur , vous pouvez profiter en utilisant une application qui extrait les mots d'une chaîne et les affiche dans un contrôle HTML textarea . Instructions
    1

    Ouvrez le Bloc-notes et collez le code ci-dessous dans un nouveau document :



    de Split language = Type "javascript " = " text /javascript" > <br> fonction splitString <p> () { var <br> <p> textarea1 = document.getElementById (" textarea1 "); <br> <p> var textarea2 = document.getElementById (" textarea2 "); <br> <p> var TextString = textarea1.value ; <br> <p> var splitArray = new array (); <br> <p> splitArray = textString.split ( ""); <br> <p> mots var = ""; <br> <p> textarea2.value = splitArray.join ( '\\ n' ); } <br> <p> <br> <p> < ;/script> Photos <p> Cela crée une application HTA et ajoute une fonction JavaScript nommée " splitString " à la demande . La fonction " splitString " utilise la méthode « splitArray » pour diviser le contenu d'une zone de texte de contrôle dont l'id est " textarea1 . " La variable " splitArray » détient les mots extraits de la chaîne. Chaque élément du tableau contient un des mots de la chaîne. La dernière ligne de code écrit chaque mot sur ​​une ligne distincte dans un second contrôle textarea dont l'id est <br> 2 <p> Ajoutez le code suivant sous le code affiché dans l'étape précédente " textarea2 . ": <br> <p> <body> <br> <p> <textarea id="textarea1" cols="90" rows="5"> < /textarea > </p > Photos <p> <input type="button" value="Split String" onClick="splitString()"> </p > Photos <p> < textarea id = " textarea2 " cols = "90" rows = "20" > < /textarea > Photos <p> </body> Photos <p> </html> Photos <p> Ce code définit le corps de la demande section . La première ligne crée la zone de texte de contrôle utilisé par la fonction JavaScript décrit à l'étape précédente . La deuxième instruction crée un bouton. "Clic" l'événement le bouton appelle la fonction JavaScript. La troisième instruction crée le deuxième contrôle textarea qui contient les résultats après la fonction JavaScript fractionne la chaîne . <br> 3 <p> Cliquez sur «Fichier» puis cliquez sur «Enregistrer». "Enregistrer sous" du bloc-notes s'ouvre. Cette fenêtre affiche les dossiers de votre disque dur. Double-cliquez sur le dossier où vous souhaitez enregistrer le fichier. Tapez " SplitString.hta " dans la zone de texte " Nom de fichier " et cliquez sur "OK". pour l'enregistrer. <br> 4 <p> Ouvrez l'Explorateur Windows et recherchez ce fichier. Double-cliquez sur le fichier pour ouvrir la fenêtre de l' application. Tapez une chaîne dans la commande supérieure textarea , et cliquez sur le bouton . Le code s'exécute , fractionne la chaîne que vous avez entré et affiche les mots dans le contrôle bas textarea . <br> <br> <div class=ad2><script language='javascript' src='/ad/201310/4.js'></script></div> </div> </td> </tr> </table> <table width="95%" height="1" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DEE7EE"> <tr> <td></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="91%" height="52" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="51%"><p>Previous : <a class='LinkPrevArticle' href='/programmation/computer-programming-languages/87201.html' >Comment faire pour activer le bouton Supprimer dans DataGridView dans Winforms </a></li></p></td> </tr> <tr> <td width="49%"> next : <a class='LinkNextArticle' href='/programmation/computer-programming-languages/87203.html' >Comment faire pour convertir une colonne de DataView à un Integer </a></li></td> </tr> </table></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="770" height="246" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="375" height="246" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm"> articles connexes </td> </tr> </table> <table width="95%" height="209" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="201"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87896.html" title="Quel est le format Silverlight " target="_self">Quel est le format Silverlight </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86919.html" title="Comment utiliser Cscript pour créer une base de données basée sur le Web " target="_self">Comment utiliser Cscript pour créer une base de donné…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87934.html" title="À propos de Binary Hex File Conversion " target="_self">À propos de Binary Hex File Conversion </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86486.html" title="Quelle est la différence entre Lancer une exception et Récupération d'une exception " target="_self">Quelle est la différence entre Lancer une exception et…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88668.html" title="Comment écrire un script Shell pour supprimer des fichiers " target="_self">Comment écrire un script Shell pour supprimer des fich…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88677.html" title="Quel est le Microsoft Network Cadre NET " target="_self">Quel est le Microsoft Network Cadre NET </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/88815.html" title="Qu'est-ce qu'un répertoire programme d' ordinateur " target="_self">Qu'est-ce qu'un répertoire programme d' ordinateur </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87579.html" title="Comment faire pour convertir un flotteur à un Int32 " target="_self">Comment faire pour convertir un flotteur à un Int32 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87070.html" title="JavaScript vs. Applets Java " target="_self">JavaScript vs. Applets Java </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87163.html" title="Comment débogage avec Eclipse JSP " target="_self">Comment débogage avec Eclipse JSP </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> <td width="20" valign="top"></td> <td width="375" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm">articles en vedette </td> </tr> </table> <table width="95%" height="207" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="199"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92219.html" title="Comment Flush sortie lors du traitement en PHP " target="_self">Comment Flush sortie lors du traitement en PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/python-programming/94145.html" title="Comment utiliser les fonctions en Python " target="_self">Comment utiliser les fonctions en Python </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87477.html" title="Comment faire pour convertir DataTables à Cordes " target="_self">Comment faire pour convertir DataTables à Cordes </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/86727.html" title="Comment vider le cache dans Ehcache " target="_self">Comment vider le cache dans Ehcache </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/visual-basics-programming/94447.html" title="Comment faire pour créer de grandes cordes en VB 6.0 " target="_self">Comment faire pour créer de grandes cordes en VB 6.0 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/php-mysql-programming/92654.html" title="Comment synchroniser et de stabiliser SDLC " target="_self">Comment synchroniser et de stabiliser SDLC </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/computer-programming-languages/87846.html" title="Comment faire pour modifier la visibilité d'un WPF Grille " target="_self">Comment faire pour modifier la visibilité d'un WPF Gri…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/java-programming/90574.html" title="Java Amortissement Calculatrice code Aide " target="_self">Java Amortissement Calculatrice code Aide </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/java-programming/89439.html" title="Comment faire une icône d'animation dans une JTable " target="_self">Comment faire une icône d'animation dans une JTable </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/programmation/java-programming/90704.html" title="Comment compiler un programme Java " target="_self">Comment compiler un programme Java </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> <table width="980" height="8" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table border=0 cellSpacing=0 cellPadding=0 width=980 bgColor=#36506e height=90> <tr> <td class=bs height=90 align=middle>Copyright © Connaissances Informatiques http://fr.wingwit.com <script language='javascript' src='/ad/201310/1.js'></script></td> </tr> </table> </div> </body> </html>