点击运行
const hello : string = "Hello World!" console.log(hello)
1
const
hello
:
string
=
"Hello World!"
2
console
.
log
(
hello
)
运行结果 :
正在执行...