Miêu tả

Thuộc tính array length trong Javascript trả về một số integer dạng unsigned, 32-bit phản ánh số phần tử trong một mảng.

Cú pháp

Cú pháp của nó như sau:

array.length

Trả về giá trị:

Trả về độ dài của một mảng:

Ví dụ

Bạn thử ví dụ sau:

<html>
   <head>
      <title>JavaScript Array length Property</title>
   </head>
   
   <body>
   
      <script type="text/javascript">
         var arr = new Array( 10, 20, 30 );
         document.write("arr.length is : " + arr.length); 
      </script>
      
   </body>
</html>

Kết quả

arr.length is : 3 

Các bài học JavaScript khác tại s2sontech:




Bình luận (0)

Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Learning English Everyday