js控制p标签内容
我有一段代码但是没有用请问大神问题在哪里(firjs是一个p标签的id)<!--Hidevara=Math.random()+""varrand1=a.charAt(5)...
我有一段代码 但是没有用 请问大神问题在哪里
(firjs是一个p标签的id)
<!-- Hide
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = '欢迎!'
quotes[2] = '举牌子很累'
quotes[3] = '你发现了?'
quotes[4] = '这里是MW'
quotes[5] = '我挺帅'
quotes[6] = '我在这站了很久'
quotes[7] = '这些字会变'
quotes[8] = '欢迎'
quotes[9] = '出现“欢迎”最多'
quotes[0] = '欢迎'
var quote = quotes[rand1]
//-->
<!-- Hide
var hehe = document.getElementById("firjs");
$("hehe").text( quote )
//--> 展开
(firjs是一个p标签的id)
<!-- Hide
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = '欢迎!'
quotes[2] = '举牌子很累'
quotes[3] = '你发现了?'
quotes[4] = '这里是MW'
quotes[5] = '我挺帅'
quotes[6] = '我在这站了很久'
quotes[7] = '这些字会变'
quotes[8] = '欢迎'
quotes[9] = '出现“欢迎”最多'
quotes[0] = '欢迎'
var quote = quotes[rand1]
//-->
<!-- Hide
var hehe = document.getElementById("firjs");
$("hehe").text( quote )
//--> 展开
1个回答
展开全部
问题不少啊,朋友,改成下面就可以运行了,你每句每句的对照看看,错在哪里,尤其是每句后面掉了分号。
<p id="firjs"></p>
<script>
var a = Math.random() + "";
var rand1 = a.charAt(5);
var quotes = new Array();
quotes[1] = '欢迎!';
quotes[2] = '举牌子很累';
quotes[3] = '你发现了?';
quotes[4] = '这里是MW';
quotes[5] = '我挺帅';
quotes[6] = '我在这站了很久';
quotes[7] = '这些字会变';
quotes[8] = '欢迎';
quotes[9] = '出现“欢迎”最多';
quotes[0] = '欢迎';
var quote = quotes[rand1];
var hehe = document.getElementById("firjs");
hehe.innerText = quote;
</script>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询