我有3个div,每个div内都有一些文本。单击div时,我要在div内显示文本
<div id='one' style="background-color: red">
Divone
<div id='two' style="background-color: black">
Divtwo
<div id='three' style="background-color: wheat">
Divthree
</div>
</div>
</div>