當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
用JavaScript中的示例进行fill()函数
生活随笔
收集整理的這篇文章主要介紹了
用JavaScript中的示例进行fill()函数
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
fill() is a predefined function in JavaScript, which is used to fill all elements of an array with a static value.
fill()是JavaScript中的預定義函數,用于用靜態值填充數組的所有元素。
Example:
例:
<html> <head> <title>JavaScipt Example</title> </head><body><script>//arrayvar cities = ["New Delhi", "Mumbai", "Chennai", "Banglore"];//printing the valuesdocument.write("The cities are: " + cities);document.write("<br>");//filling all elements with a defualt city "Pune"cities.fill("Pune");//printing the valuesdocument.write("The cities are: " + cities);document.write("<br>"); </script> </body> </html>Output
輸出量
The cities are: New Delhi,Mumbai,Chennai,Banglore The cities are: Pune,Pune,Pune,Pune翻譯自: https://www.includehelp.com/code-snippets/fill-function-with-example-in-javascript.aspx
總結
以上是生活随笔為你收集整理的用JavaScript中的示例进行fill()函数的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java程序服务不能启动不了_JavaS
- 下一篇: 判断五个分数等级划分_压力表精度等级怎么