点击运行
function add(x: number, y: number): number { return x + y; } console.log(add(1,2))
运行结果 :
正在执行...