Love beautiful code? We do too.
String italics() trong JavaScript Làm một chuỗi ở dạng in nghiêng như khi nó trong một thẻ <i>
.
Cú pháp của nó như sau:
string.italics( )
Trả về giá trị
<i>
.<html>
<head>
<title>JavaScript String italics() Method</title>
</head>
<body>
<script type="text/javascript">
var str = new String("Hello world");
alert(str.italics( 3 ));
</script>
</body>
</html>
Kết quả
Hello world
Hoclaptrinh.vn © 2017
From Coder With
Unpublished comment
Viết câu trả lời