Site Notice

hello, world

Highlight

From Project-EPB Commons
Revision as of 23:37, 29 October 2020 by 机智的小鱼君 (talk | contribs) ([InPageEdit] 没有编辑摘要)
console.log('hello, world')
// 显示行号
console.log('hello, world')
// 行号会从 3 开始
console.log('Line 4!')
console.log('Oh, that is five')
// 第 2 以及第 4 行会高亮显示
console.log('hello, world')
console.log('Oh, yeah')
console.log('I\'m pinged!')