キャスト

 let msg: any = "hello";
 
 let len = (msg as string).length;
 let len2 = (<string>msg).length;

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS