会失去typescript的优势,不建议使用let obj: any ={ x:0 }//以下三行不会报错,但编译时可能会有错误obj.bar = 100obj()const n:number =obj 会失去typescript的优势,不建议使用