JavaScript 文字列操作 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(フォントサイズ fontsize)
(フォントサイズ fontsize)
111行: 111行:
  
 
サンプルスクリプト
 
サンプルスクリプト
 +
<syntaxhighlight lang="javascript" line start="1">
 +
strData4 = new String("フォントサイズの指定(fontsize)");
 +
 +
for(i = 1;i < 8;i++){
 +
    document.write(strData4.fontsize(i), i, "</BR>");
 +
}
 +
</syntaxhighlight>
 +
 +
 +
表示結果:
 +
 +
<yjavascript>
 +
strData4 = new String("フォントサイズの指定(fontsize)");
 +
 +
for(i = 1;i < 8;i++){
 +
    document.write(strData4.fontsize(i), i, "</BR>");
 +
}
 +
</yjavascript>
  
 
=== 大きくする big ===
 
=== 大きくする big ===

2016年7月12日 (火) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス