SJS uses the same comment syntax as JavaScript. You can add comments to your SJS code as follows:
// page.sjs
// This is a single-line comment
/*
This is a multi-line comment.
All content in between is commented out.
*/
let h = 'hello';
const w = ' alipay';该文章对您有帮助吗?