51AI
TOOLS
AI Draw
AI Mermaid
AI ECharts
AI HTML
AI Markdown
AI 校对
AI 导航
社区
全部工具
登录
配置
语言 (Language)
主题 (Theme)
背景 (Background)
内边距 (Padding)
32px
文件名 (Title)
导出图片
Snippet.js
1
function
helloWorld
(
)
{
2
console
.
log
(
"Hello, World!"
)
;
3
return
true
;
4
}
代码编辑
function helloWorld() { console.log("Hello, World!"); return true; }