<script type="text/javascript"> test = new Array( 1 , 2 , 3 , 4 , 5 ); test.sort( function(){ return Math.round( Math.random() ) - 0.5 ; } );
確定! 回上一頁