typescript

dfx

dfx

基础类型#

let str: string = "string";
console.log(str)