Here is the page I read:
<html>
<head>
<script type="text/javascript">
document.write("Hello World")
</script>
</head>
<body>
</body>
</html>
As you can see, the Hello World
is added on the HTML page using javascript, when I use the HTML parser, like the BeautifulSoup
to parse it, it can't parse the Hello World
, it is possible to me parse the actually result on how the client side really see....? Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…