Love beautiful code? We do too.
String fontsize() trong JavaScript Làm một chuỗi được hiển thị trong một kích cỡ font xác định như khi nó trong một thẻ <font size="size">
.
Cú pháp của nó như sau:
string.fontsize( size )
Chi tiết về tham số
Trả về giá trị
<font size="size">
.<html>
<head>
<title>JavaScript String fontsize() Method</title>
</head>
<body>
<script type="text/javascript">
var str = new String("Hello world");
alert(str.fontsize( 3 ));
</script>
</body>
</html>
Kết quả
Hello world
Hoclaptrinh.vn © 2017
From Coder With
Unpublished comment
Viết câu trả lời