HTML/CSS/JS Playground
强制刷新 (Ctrl+Enter)
HTML
你好,世界
开始编写你的代码吧。
点击测试
CSS
body { font-family: sans-serif; padding: 20px; } h1 { color: #007acc; } button { padding: 10px; background: #2d2d2d; color: #fff; border: none; cursor: pointer; }
JavaScript
document.getElementById('btn').onclick = function() { alert('JS 运行成功!'); };
Console / Preview