我想从服务端 把 响应的页面保存到 docx 文档里面 并且带有样式。
http.get("http://www.baidu.com",function(res){
let a="";
res.on('data',function(data){
a+=data;
});
res.on("end",function(){
把 响应数据保存到 文档里面, 并且解析了html
})
})
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
人生最曼妙的风景,竟是内心的淡定与从容!