esprits top Esprit's Style

    -    エンジニアの足つぼ    -

文字列操作

〆 文字を操作します

<script type="text/javascript">
<!--
  // 文字色を指定する
  document.write("ミドリ".fontcolor("green"));

  // フォントサイズを指定する
  document.write("サイズ".fontsize("5"));

  // リンクを作る
  document.write("リンク".link("URL"));

  // 文字列の途中の文字をぬきだす
  document.write
   ("Welcam to my home page ".substr(8,7));

  // 文字列を前から検索する
  document.write
   ("Welcam to my home page ".indexOf("m"));

  // 文字列を後ろから検索する
  document.write
   ("Welcam to my home page ".lastindexOf("m"));
⁄⁄-->
</script>
JavaScript
 File  Edit  Tool  Help
The link to this site is free.   /   Last Updated : 28.May.2012   
Copyright © ESPRITS STYLE. 2003-2007   /   ご意見、感想、苦情は、 こちらへ...
counter