点击运行
var num:number = 5 if (num > 0) { console.log("数字是正数") }
运行结果 :
正在执行...