0
我需要幫助我的HTML工作。我對JavaScript非常陌生,我有一項工作要求我「點擊更改我們的有序列表中的文本顏色,以更改爲隨機顏色。」改變點擊顏色爲隨機顏色的文本顏色(按鈕)
需要更改的段落是id=p1
,到目前爲止,我的一切是
<script>
// Random Colors
function randomColors() {
}
</script>
和
<div>
<button type="button" id="b1" class="button" onclick="randomColors()">Button 1</button>
</div>
我知道這是簡單的 但我愛你 – Anthony 2015-03-30 22:08:28