Love beautiful code? We do too.
String strike() trong JavaScript 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ủa nó như sau:
string.strike( )
Trả về giá trị
<strike>
.<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ả
Hello world
Hoclaptrinh.vn © 2017
From Coder With
Unpublished comment
Viết câu trả lời