我有一个关于 Node.js 的查询,我知道这是一种构建可扩展网络程序的简单方法。它还说它在服务器端运行。所以我试图完成一些 jquery 或 javascript 不能做的事情。即,将内容嵌入到 html 标记中。
例如:
<html>
<body>
<div class="content"> I need the node.js code to embed this content here. </div>
</body>
</html>
不仅在我们的浏览器中。但是对于爬虫和机器人。我使用http://web-sniffer.net/检查网站http://nodecellar.coenraets.org/#wines使用 node.js 开发机器人和爬虫不会读取动态内容。node.js 中有解决方案吗?
这在 Node.js 中可行吗?
提前致谢。