<html>
<body>
<span id="sp"></span>
<script>
document.getElementById("sp").childNodes[0].nodeValue='12345';
</script>
</body>
</html>