■構文■
Math.random()
■サンプル■
ユニークな配列が得られる記述方法。
for(i=0; i < 100; i++){
n1 = Math.floor(Math.random() * title.length);
n2 = Math.floor(Math.random() * title.length);
n = AA[n1]; AA[n1] = AA[n2]; AA[n2] = n;
}
JavascriptやAjaxについて。制作工程、考え方、ブラッシュアップ、優良サイトや書籍のご紹介。
Copyright:Since 2005-2010 ad-mk.com All Rights Reserved