<html>
<head>    
<title></title>
</head>
<body>
<div id="sample" style="width:50px">中华人民共和国中华人民共和国中华人民共和国中华人民共和国中华人民共和国</div>
<script>
alert(document.getElementById("sample").clientHeight);
</script>
</body>
</html>