我在这里得到了一些看起来像这样的代码:
<button onclick="hi()"> try</button>
<script>
function hi()
{
var x=document.getElementById("hello")
x.innerHTML=Math.floor((Math.random()*10)+1);
}
</script>
<script id="hello">
</script>
然后我想在最后添加我想要的东西(在 bash 中)应该是这样的:
if %hello%==1 echo <a href='link1'> 1</a>
然后例如,如果随机数为 1,则网站将显示链接号 1