JavaScript人机猜拳
//获得文本框中的值vartt=document.querySelector("input").value;//获得1-3的随机数varss=Math.floor(Math.random()*3)+1;
下载地址
用户评论