<p>
以下是读出的数据
<div id='a1h'></div>
<div id='a2h'></div>
<div id='a3h'></div>
<p>
<div id='a1s'></div>
<div id='a2s'></div>
<div id='a3s'></div>
<script>
function reada(id){
return(document.getElementById(id).innerHTML)
}
function readH(id){
return(document.getElementById(id).href)
}
document.getElementById('a1h').innerHTML=reada('a1')
document.getElementById('a2h').innerHTML=reada('a2')
document.getElementById('a3h').innerHTML=reada('a3')document.getElementById('a1s').innerHTML=readH('a1')
document.getElementById('a2s').innerHTML=readH('a2')
document.getElementById('a3s').innerHTML=readH('a3')
</script>
欢迎分享,转载请注明来源:优选云