Miêu tả

Phương thức Math random trong JavaScript trả về một số ngẫu nhiên giữa hai số 0 và 1.

Cú pháp

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

Math.random() ;

Trả về giá trị

Trả về một số ngẫu nhiên giữa hai số 0 và 1.

Ví dụ

Bạn thử ví dụ sau:

<html>
   
   <head>
      <title>JavaScript Math random() Method</title>
   </head>
   
   <body>
      
      <script type="text/javascript">
         var value = Math.random( );
         document.write("First Test Value : " + value ); 
         
         var value = Math.random( );
         document.write("<br />Second Test Value : " + value ); 
         
         var value = Math.random( );
         document.write("<br />Third Test Value : " + value ); 
         
         var value = Math.random( );
         document.write("<br />Fourth Test Value : " + value ); 
      </script>
      
   </body>
</html>

Ví dụ

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