← Contents

  STUDY_html_016_C.html

<html>
<meta charset="utf-8">

<p>ページをリロードして数字をランダムに表示</p>
<input type="button"value=" Reload "onClick="window.location.reload();">

<script>  すくりぷと  </script>

</html>




   ・・・CSSは使われていません







<script>
let 数字=new Array(" 1"," 2"," 3");
document.write(数字[Math.floor(Math.random()*数字.length)]);
</script>


  sample_STUDY_html_016_C    サンプル・ダウンロード  

トップにもどるボタン