Similar to the picture, you cannot see the first line of comments when opening it with an editor. How is this generated?
入道人2023-03-10 13:19:36
You can create document fragments through js code
Create and generate comments
var name = document.createComment() //创建注释 var farme = document.createDocumentFragment('frame');//创建文档片段 farme .appendChild(name)