TypeScript 关键字

作者: SevenLonely | 来源:发表于2017-05-19 13:34 被阅读93次

    <b>interface</b> 接口
    <b>class</b> 类
    <b>let</b> 创建私有变量
    <b>break</b>
    <b>as</b>
    <b>any</b>
    <b>switch</b>
    <b>case</b>
    <b>if</b>
    <b>throw</b>
    <b>else</b>
    <b>var</b>
    <b>number</b>
    <b>string</b>
    <b>get</b>
    <b>module</b>
    <b>type</b>
    <b>instanceof</b>
    <b>typeof</b>
    <b>public</b>
    <b>private</b>
    <b>enum</b>
    <b>export</b>
    <b>finally</b>
    <b>for</b>
    <b>while</b>
    <b>void</b>
    <b>null</b>
    <b>super</b>
    <b>this</b>
    <b>new</b>
    <b>in</b>
    <b>extends</b>
    <b>static</b>
    <b>package</b>
    <b>implements</b>
    <b>interface</b>
    <b>continue</b>
    <b>yield</b>
    <b>const</b>

    相关文章

      网友评论

        本文标题:TypeScript 关键字

        本文链接:https://www.haomeiwen.com/subject/hdsexxtx.html