phantomjs crawl NetEase Yun music playlist, the code is as follows
var webpage = require("webpage");
var page = webpage.create();
page.open("https://img.codeshelper.com/upload/img/2021/04/11/4sxkk4v4vs016110.png");
console.log(page.content);
}
page.close();
phantom.exit();
});
The screenshot generated by the page is normal, but the printed html is an unrendered version?