发布网友 发布时间:2022-04-25 07:14
共3个回答
热心网友 时间:2022-04-25 13:35
var className="aaa-" + Math.floor(Math.random()*9+1) ;追答
去掉<!-- 和 -->
这是注释符
你把代码注释了肯定不好用阿
<script>直接放页面里去
热心网友 时间:2022-04-25 14:53
var className="aaa-" + Math.floor(Math.random()*9+1) ;追问
怎么还是实现不了
追答
<body class="t-pattern-1">
123
</dody>
<script language="javascript">
var className="t-pattern-" + Math.floor(Math.random()*6+1) ;
document.body.className = className;
</SCRIPT>
热心网友 时间:2022-04-25 16:27
<script type="text/javascript">