Phantom crawled NetEase Yun music playlist, can you take a screenshot but cannot render the page?

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?

Apr.11,2021
Menu