为了做那个通用后台时发现的。
<div id="a"><a id="c" href="#" onClick="showPosition(this.id);">dffddfd</a></div>
<div id='b'></div>
<div id='b'></div>
function showPosition(obj){
var c=document.getElementById(obj).innerText;
document.getElementById('b').innerText=c;
}
document.getElementById('b').innerText=c;
}