13.4 文本解析器级别注释块:移除代码
var x = 23;
/*[- */
var msg = "This is shown only when executed statically!";
/* -]*/
var f = function() {
......
/*[- Note the user is obtained from the session, which must exist -]*/
Welcome [(${session.user.name})]!
...Last updated