中英
typescript
/ ˈtaɪpskrɪpt /
/ ˈtaɪpskrɪpt /
  • 简明
  • 柯林斯
  • n.打字文件
    • 复数

      typescripts
  • 网络释义
  • 英英释义
  • 1

     打字稿

    ... 拼写spelling 打字稿typescript 单位unit ...

  • 2

     的方式

    ... Inject装饰器会自动将元 TypeScript的方式: ipe机制的具体实现。在这样的一种Binding的帮助下,不仅仅Injector知道如何在应用过程中使用这些依赖,并且 ...

短语
查看更多
  • 双语例句
  • 权威例句
  • 1
    I spent much of what I laughingly call "the vacations" working through 621 pages of typescript.
    我把我戏称为“假期”的大部分时间都花在那621页的打字稿上了。
    《柯林斯英汉双解大词典》
  • 2
    The typescript of his book.
    他这本书的打字稿。
  • 3
    He has inked out the mistakes in the typescript.
    他已用墨水涂去了打字稿中的错误。
查看更多
  • 同近义词
  • 同根词
  • 词源
  • 百科
  • TypeScript

    TypeScript is a free and open source programming language developed and maintained by Microsoft. It is a strict superset of JavaScript, and adds optional static typing and class-based object-oriented programming to the language. Anders Hejlsberg, lead architect of C# and creator of Delphi and Turbo Pascal, has worked on the development of TypeScript.TypeScript is designed for development of large applications and transcompiles to JavaScript. As TypeScript is a superset of JavaScript, any existing JavaScript programs are also valid TypeScript programs.TypeScript supports header files which can contain type information of existing JavaScript libraries, enabling other programs to use objects defined in the header files as if they were strongly typed TypeScript objects. There are third-party header files for popular libraries like jQuery, MongoDB, Node.js, and D3.js.TypeScript is licensed under the Apache 2 License.

查看更多