随机选择器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了随机选择器相关的知识,希望对你有一定的参考价值。

  1. window.onload = function(){
  2. document.getElementById("randomButton").addEventListener('click', selectRandomOption, false);
  3. }
  4.  
  5. function selectRandomOption() {
  6. var box = document.getElementById('s_box');
  7. box.selectedIndex=box.length-1;
  8. box.selectedIndex=((Math.random()*box.length)-1);
  9. };

以上是关于随机选择器的主要内容,如果未能解决你的问题,请参考以下文章

为啥以两种不同方式应用随机森林分类器的特征选择结果不同

javascript 随机选择器

ActionScript 3 随机颜色选择器

jquery随机选择器

随机选择器

如何调整 iOS 选择器轮以生成随机索引