<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<div class="hh">111</div>
</body>
<script>
window.onresize=function(){
m=document.getElementsByClassName("hh")
m.innerHTML=window.screen.width
}
</script>
</html>