<table>
<tr>
<td onclick="showwords()"><span id="showword"></span></td>
</tr>
</table>
<script>
function showwords(){
showword.innertext="输入的汉字";
}
</script>
不知道对不对。