なるほど告知欄じゃねーの
■掲示板に戻る■
全部
1-
101-
最新50
[PR]
ぜろちゃんねるプラス
[PR]
無料flash作成ソフト“ParaFla!” part25改
72 :
Now_loading...774KB
:2014/01/15(水) 10:42:04.32 ID:aamxNwcl
str = "0123456789";
trace(str + " / length = " + str.length);
trace(str.slice(0));
trace(str.slice(7));
trace(str.slice(10));
trace(str.slice(12));
trace(str.slice(3,6));
trace(str.slice(3,3));
trace(str.slice(6,3));
trace(str.slice(3,10));
trace(str.slice(3,12));
trace(str.slice(-1));
trace(str.slice(-4));
trace(str.slice(-10));
trace(str.slice(-12));
trace(str.slice(-4,-1));
trace(str.slice(-4,-4));
trace(str.slice(-1,-4));
trace(str.slice(-8,-6));
trace(str.slice(-10,-6));
trace(str.slice(-12,-6));
trace(str.slice(-4,8));
trace(str.slice(3,-4));
trace(str.slice(-6,4));
trace(str.slice());
trace(str.slice( , 3));
58KB
続きを読む
掲示板に戻る
全部
前100
次100
最新50
名前:
E-mail
(省略可)
:
READ.CGI - 0ch+ BBS 0.7.4 20131106
ぜろちゃんねるプラス