JavaScript 文字列操作 新しいページはコチラ
提供: yonewiki
(→大きくする big) |
(→大きくする big) |
||
139行: | 139行: | ||
サンプルスクリプト | サンプルスクリプト | ||
<syntaxhighlight lang="javascript" line start="1"> | <syntaxhighlight lang="javascript" line start="1"> | ||
− | strData5 = new String("フォントサイズを大きくする( | + | 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("フォントサイズを大きくする( | + | strData5 = new String("フォントサイズを大きくする(big)"); |
document.write(strData5.big(), 1, "</BR></BR>"); | document.write(strData5.big(), 1, "</BR></BR>"); |