首页 > TAG信息列表 > value14

[Typescript] Unknow and any Types

`any` type, you can assign any value for any type.   For `unkown`, you can also assign any value to unkwon:   But you cannot assign unkwon variable to another variable without checking the type, unknow force you to do the type checking before assign. i