Miêu tả

Làm một chuỗi hiển thị ở dạng văn bản gạch ngang như khi nó trong một thẻ <strike>.

Cú pháp

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

string.strike( )

Trả về giá trị

Trả về chuỗi với thẻ <strike>.

Ví dụ

Bạn thử ví dụ sau:

<html>
   <head>
      <title>JavaScript String strike() Method</title>
   </head>
   
   <body>
   
      <script type="text/javascript">
         var str = new String("Hello world");
         alert(str.strike());
      </script>
      
   </body>
</html>

Kết quả

<strike>Hello world</strike>

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