Below is a listing of all classes in the JavaScript Core namespace. Click on a class to visit its documentation.
An array of parameters passed to a function.
|
4.0+ |
1.0+ |
3.0+ |
7.0+ |
1.0+ |
An array is an ordered list of elements.
|
4.0+ |
1.0+ |
3.0+ |
7.0+ |
1.0+ |
The Boolean object is an object wrapper for a boolean value.
|
3.0+ |
1.0+ |
3.0+ |
7.0+ |
1.0+ |
Lets you work with dates and times.
|
3.0+ |
1.0+ |
2.0+ |
7.0+ |
1.0+ |
Enumerator is a proprietary Microsoft object that iterates over items in a group.
|
4.0+ |
no |
no |
no |
no |
Represents a runtime error.
|
5.0+ |
1.0+ |
6.0+ |
7.0+ |
1.0+ |
The EvalError is thrown when the eval method is used incorrectly.
|
5.0+ |
1.0+ |
6.0+ |
no |
no |
Every function in JavaScript is actually a Function object.
|
4.0+ |
1.0+ |
3.0+ |
7.0+ |
1.0+ |
The Global object is the parent of all globally avaliable properties and methods.
|
3.0+ |
1.0+ |
2.0+ |
7.0+ |
no |
A built-in object that has properties and methods for mathematical constants and functions. For example, the Math object's PI property has the value of pi.
|
3.0+ |
1.0+ |
2.0+ |
7.0+ |
1.0+ |
Lets you work with numeric values. The Number object is an object wrapper for primitive numeric values.
|
3.0+ |
1.0+ |
3.0+ |
7.0+ |
1.0+ |
Object is the primitive JavaScript object type. All JavaScript objects are descended from Object. That is, all JavaScript objects have the methods defined for Object.
|
4.0+ |
1.0+ |
2.0+ |
7.0+ |
1.0+ |
Thrown when a number is out of its appropriate range.
|
5.0+ |
1.0+ |
6.0+ |
no |
no |
Thrown if reading a variable that does not exist.
|
5.0+ |
1.0+ |
6.0+ |
no |
no |
Pattern for a regular expression.
|
4.0+ |
1.0+ |
4.0+ |
7.0+ |
1.0+ |
Represents the characters of a string.
|
3.0+ |
1.0+ |
2.0+ |
7.0+ |
1.0+ |
A SyntaxError is thrown if there is a syntax error in the JavaScript code.
|
5.0+ |
1.0+ |
6.0+ |
no |
no |
A TypeError is thrown when a value is a different type than what was expected.
|
5.0+ |
1.0+ |
6.0+ |
no |
no |
A URIError is thrown when there is an exception with URI encoding or decoding.
|
5.0+ |
1.0+ |
6.0+ |
no |
no |
相关推荐
JavaScript提供了多种方法来处理字符串,如`concat()`用于连接字符串,`indexOf()`用于查找子字符串的位置等。正则表达式在JavaScript中用于执行复杂的字符串搜索和替换,例如,使用`/pattern/gi`来全局搜索不区分大...
1.1 Core JavaScript 4 1.2 Client-Side JavaScript 8 Part I. Core JavaScript 2. Lexical Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....
CryptoJS(crypto.js)是一个为JavaScript提供了各种各样的加密算法的JavaScript库。 作用:用前端框架加密后再进行传输,以提高密码传输过程中的安全性。 aes.js, bower.json, cipher-core.js, core.js, crypto-js....
这通常通过JavaScript的字符串匹配算法实现,如`indexOf`或正则表达式匹配。 6. **前端界面**:HTML和CSS用于构建用户界面。HTML负责结构,CSS负责样式。在本项目中,HTML可能包含了输入框(用于模糊搜索)、表格...
在JavaScript的开发环境中,我们经常会遇到各种错误,其中之一就是“Error in ./node_modules/axios/lib/platform/index.js”。这个错误提示通常意味着在项目中使用axios库时遇到了问题。Axios是一款非常流行的基于...
### 7个常见Javascript框架介绍 #### Dojo Dojo是一个功能强大的面向对象的JavaScript框架,主要用于构建复杂的前端应用程序。Dojo主要分为三个模块:Core、Dijit 和 DojoX。 - **Core**:提供了丰富的API来处理...
创建一个`index.html`文件,添加以下JavaScript代码: ```javascript var connection = new WebSocket('ws://localhost:5000/yourHubPath'); connection.onmessage = function (event) { var received_msg = event...
本教程将详细讲解如何在前端实现Excel导入功能,利用jQuery(JQ)和JavaScript(JS)库xlsx.core.min.js来处理Excel文件。 xlsx.core.min.js是一个轻量级的JavaScript库,它专门用于读取和写入Excel文件,支持XLSX...
在本项目"Core:使用Javascript和CSS制作的小游戏"中,开发者使用了现代Web技术,尤其是JavaScript和HTML5的canvas元素,来创建了一个互动性的游戏。JavaScript是一种强大的、灵活的客户端脚本语言,广泛用于网页和...
- **音乐播放功能**:通过 Lavalink 或 Ytdl-core 库,让机器人能够播放和管理服务器内的音乐。 - **定时任务**:使用 `node-cron` 库,定时执行如发送公告、清理聊天记录等任务。 - **自定义反应**:监听用户对...
赠送jar包:htmlunit-core-js-2.27.jar; 赠送原API文档:htmlunit-core-js-2.27-javadoc.jar; 赠送源代码:htmlunit-core-js-2.27-sources.jar; 赠送Maven依赖信息文件:htmlunit-core-js-2.27.pom; 包含翻译后...
3. **Enchant.js API**:掌握如何创建游戏对象,如 `enchant.Core`, `enchant.Scene`, `enchant.Sprite`,以及如何处理用户输入和游戏循环。 4. **实时通信**:理解实时通信的原理,如 WebSocket,以及 Socket.IO ...
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference Mozilla 开发者网络(MDN)是 Mozilla 基金会提供的一个免费的在线文档,提供了大量的 JavaScript 相关内容,包括 JavaScript 语言参考、开发...
赠送jar包:htmlunit-core-js-2.27.jar; 赠送原API文档:htmlunit-core-js-2.27-javadoc.jar; 赠送源代码:htmlunit-core-js-2.27-sources.jar; 赠送Maven依赖信息文件:htmlunit-core-js-2.27.pom; 包含翻译后...
public IActionResult Index() { var chartData = GetData(); // 这里是获取数据的方法 ViewBag.ChartData = chartData; return View(); } ``` 在视图(通常是`.cshtml`文件)中,我们可以访问ViewBag中的数据并...
3. **动画效果**:除了基础组件,jQuery UI 还包含了一些用于创建复杂动画的工具,如Effects Core、Fade、Slide等。这些工具可以帮助开发者制作出平滑、专业的过渡效果,提升用户体验。 4. **主题Roller**:jQuery ...
最后,“index.html”是模板的主页,包含了一个基本的页面结构和导入所需的CSS、JavaScript文件。它是整个模板的核心,开发者可以在此基础上添加、修改或删除元素,以满足具体项目的需求。 总而言之,这个CoreUI...
ExtCore是一个强大的JavaScript框架,主要用于构建富客户端应用。在给定的标题“ExtCore日历控件”中,我们可以理解到这个主题是关于如何使用ExtCore来开发和使用日历组件。日历控件在各种应用程序中都非常常见,...
这个工具将利用Entity Framework Core(EF Core)进行数据库操作,并采用ejs模板引擎来生成C#代码。 首先,我们需要在Node.js环境中安装ejs模板引擎。在命令行中输入以下命令来安装ejs: ```bash npm install ejs ...
标题提到的“dublin-core-generator”是一个基于JavaScript和jQuery的工具,它的主要功能是帮助开发者轻松地创建和管理都柏林核心元数据。JavaScript是一种广泛应用于客户端Web开发的编程语言,它允许在用户的浏览器...