JavaScript
JavaScript 代码规范
尝试一下 »
源代码:
点击运行 »
if (time < 20) { greeting = "Good day"; } else { greeting = "Good evening"; }
运行结果:
点击运行 »