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

提供: yonewiki
移動: 案内, 検索
(大きくする big)
(大きくする big)
139行: 139行:
 
サンプルスクリプト
 
サンプルスクリプト
 
<syntaxhighlight lang="javascript" line start="1">
 
<syntaxhighlight lang="javascript" line start="1">
strData5 = new String("フォントサイズを大きくする(small)");
+
strData5 = new String("フォントサイズを大きくする(big)");
  
 
document.write(strData5.big(), 1, "</BR></BR>");
 
document.write(strData5.big(), 1, "</BR></BR>");
159行: 159行:
  
 
<yjavascript>
 
<yjavascript>
strData5 = new String("フォントサイズを大きくする(small)");
+
strData5 = new String("フォントサイズを大きくする(big)");
  
 
document.write(strData5.big(), 1, "</BR></BR>");
 
document.write(strData5.big(), 1, "</BR></BR>");

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



個人用ツール
名前空間

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