1
0
2
564
1.沒有返回值 function run():void{ console.log(11) } 2.返回字符串 function run():st...
ts中必須指定類型 1:布爾 :boolean let flag:boolean =false 現(xiàn)在flag 只能賦值true 或者false...