<html>
<body>
<a href="javascript:getPDFSIZE();">click</a>
<br/>
</body>
<script>
var img= new Image();
img.src = "http://xxxx.pdf";//pdf地址
function getPDFSIZE(){
alert(img.width + "__" +img.height);
}
</script>
</html> !評(píng)論內(nèi)容需包含中文