HTML DOM deviceXDPI အချက်အလက်

အသုံးပြုခြင်း နှင့် လက္ခဏာ

deviceXDPI အချက်အလက် က ပြောင်းလဲခြင်း ကို ကြောင်းထုတ်သည်။

ပြောင်းလဲခြင်း

screen.deviceXDPI

အမှတ်အသား

<html>
<body>
<script type="text/javascript">
document.write("<p>Device XDPI: ")
document.write(screen.deviceXDPI + "</p>")
</script>
</body>
</html>