Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

什么是 ES5?


HTML

ES5 是 ECMAScript 5 的缩写

ECMAScript 5 也称为 JavaScript 5

ECMAScript 5 也称为 ECMAScript 2009


ECMAScript 5

ECMAScript 5 于 2009 年发布。


ECMAScript 5 功能

这些是在 2009 年发布的新功能

  • “use strict” 指令
  • String.trim()
  • Array.isArray()
  • Array.forEach()
  • Array.map()
  • Array.filter()
  • Array.reduce()
  • Array.reduceRight()
  • Array.every()
  • Array.some()
  • Array.indexOf()
  • Array.lastIndexOf()
  • JSON.parse()
  • JSON.stringify()
  • Date.now()
  • 属性 getter 和 setter
  • 新的对象属性方法

ECMAScript 5 语法更改

  • 字符串上的属性访问 [ ]
  • 数组和对象文字中的尾随逗号
  • 多行字符串文字
  • 保留字作为属性名称

ES5 (2009) 的浏览器支持

Chrome 23、IE 10 和 Safari 6 是首批完全支持 ECMAScript 5 的浏览器

Chrome 23 IE10 / Edge Firefox 21 Safari 6 Opera 15
2012 年 9 月 2012 年 9 月 2013 年 4 月 2012 年 7 月 2013 年 7 月

Internet Explorer 9(2011 年 3 月)支持 ES 5,但“use strict” 除外。


完整的 ECMAScript 5 教程

这是一个关于 ECMAScript 5 的简短介绍。

有关完整概述,请访问 W3Schools JavaScript ES5 教程

有关 JavaScript 版本的完整概述,请访问 JavaScript 版本


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.