Connaissances Informatiques >> programmation >> Computer Programming Languages >> Content
  Derniers articles
  • Comment faire pour utiliser le contr…
  • Comment se débarrasser d'Apple Scri…
  • Comment écrire un Pseudocode dans V…
  • Comment référencer un fichier CSS …
  • QBASIC animation Tutoriel 
  • Comment faire votre propre navigateu…
  • Comment ajouter de l'espace autour d…
  • Comment extraire les métadonnées A…
  • Comment utiliser l'élément SPAN Av…
  • Comment faire pour convertir les fic…
  •   Computer Programming Languages
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Computer Programming Languages

    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=fr4><script language='javascript' src='http://www.ordinateur.cc/ad/fr/4.js'></script></div> <div class=fr5><script language='javascript' src='http://www.ordinateur.cc/ad/fr/5.js'></script></div> </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" > </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="39" align="left" >Article précédent:<span class="nr"> <a class='LinkPrevArticle' href='/programmation/Computer-Programming-Languages/87201.html' >Comment faire pour activer le bouton Supprimer dans DataGridView dans Winforms </a></li></span><br /> Article suivant:<span class="nr"> <a class='LinkNextArticle' href='/programmation/Computer-Programming-Languages/87203.html' >Comment faire pour convertir une colonne de DataView à un Integer </a></li></span></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="96%" height="22" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF"> <tr> <td width="2%" align="left" ></td> <td width="98%" align="left" >Articles recommandés</td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" > <li><a href="/programmation/Computer-Programming-Languages/86893.html">Comment ajouter un Preloader </a></li><li><a href="/programmation/Computer-Programming-Languages/87185.html">Comment faire un bouton dans Xcode </a></li><li><a href="/programmation/Computer-Programming-Languages/86765.html">Comment écrire embarqués politiques Event Manager </a></li><li><a href="/programmation/Computer-Programming-Languages/87205.html">Comment faire pour exécuter le code source </a></li><li><a href="/programmation/Computer-Programming-Languages/87965.html">Comment utiliser LTID dans CCS </a></li><li><a href="/programmation/Computer-Programming-Languages/87147.html">Comment mettre à jour vBulletin 4 Icônes </a></li><li><a href="/programmation/Computer-Programming-Languages/87620.html">Comment sortir d'une DIV sans positionnement absolu </a></li><li><a href="/programmation/Computer-Programming-Languages/86731.html">Comment insérer plusieurs lignes d' SPUFI </a></li><li><a href="/programmation/Computer-Programming-Languages/87591.html">Comment faire pour exécuter des scripts PowerShell partir de la ligne de commande </a></li><li><a href="/programmation/Computer-Programming-Languages/86930.html">Comment faire pour convertir SGML pour ASN.1 </a></li> </td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table></td> </tr> </table> <table width="980" height="12" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="980" height="90" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3597E2"> <tr> <td align="center" class="foot">Connaissances Informatiques © http://www.ordinateur.cc <br /> </td> </tr> </table> <!--top start --> <!--top end --> </body> </html>