document.write(hcon.innerHTML);
<script type="text/javascript">
var mylist = document.getElementById("tcon");
var hcon = mylist.parentNode.parentNode.parentNode.lastChild;
document.write(hcon.innerHTML);
</script>
这里的document.write(hcon.innerHTML);