javascript的翻译,读音
英/ ˈdʒɑ:vəˌskrɪpt /
美/ ˈdʒɑːvəˌskrɪpt /
释义:
n.基于对象和事件驱动的客户端脚本语言
例句
The information stored in the websites is in web languages, such as HTML and javascript. 在网站上的信息是用网络语言来储存的,比如HTML和javascript。
Standard Web documents are easier to access with program code (like javascript and the DOM). 标准网络文档更容易实现其它格式的转换。
Higher-Order Components (HOCs) are javascript functions which add functionality to existing component classes. 通过函数向现有组件类添加逻辑,就是高阶组件。