There are a piece of code,but can not use tag.
So,how do I get to the 1 2 3 4?
1 2 3 4
Pure javascript would be like this
var children = document.getElementById('test').children;
If you are using jQuery it would be like this
$("#test").children()