アットウィキロゴ

sonkegg

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
 
<script>
 
var col=new Array();
 
class mono{
 
faststep(){
 
this.col[2]="ブラウン";
this.col[4]="ブラウン";
this.col[7]="ライトブルー";
this.col[9]="ライトブルー";
this.col[10]="ライトブルー";
this.col[12]="ライトパープル";
this.col[14]="ライトパープル";
this.col[15]="ライトパープル";
this.col[17]="オレンジ";
this.col[19]="オレンジ";
this.col[20]="オレンジ";
this.col[22]="レッド";
this.col[24]="レッド";
this.col[25]="レッド";
this.col[27]="イエロー";
this.col[28]="イエロー";
this.col[30]="イエロー";
this.col[32]="グリーン";
this.col[33]="グリーン";
this.col[35]="グリーン";
this.col[38]="ダークブルー";
this.col[40]="ダークブルー"; 
this.col[13]="公共会社";
this.col[29]="公共会社";
this.col[6]="鉄道会社";
this.col[16]="鉄道会社";
this.col[26]="鉄道会社";
this.col[36]="鉄道会社";
 
 
 
}
}
 
 
function sample(){
 
for(s=1;s<41;s++){
col[s]="";
}
 
var sub=new mono();
sub.col=col;
sub.faststep();
col=sub.col;
 
alert(col);
 
 
}
</script>
最終更新:2018年06月09日 14:18