Wednesday 12 June 2019

javascript - Why can't I access child node from body tag?

Answer


And I can't access div tag on body's child at [9] , [11]



I use bd.firstChild, bd.childNodes[n] before but null always appears










Insert title here










1


2





No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...