Smile to life whatever and whenever.
<script type="text/javascript">
var interval = setInterval('loadPdf()', 1000);
function loadPdf() {
if (PDFViewerApplication.pdfDocument == null) {
console.info('Loading...');
} else {
clearInterval(interval);
console.info('Load Success...');
}
}
</script>

本文提倡无论何时何地都保持积极乐观的态度,用微笑迎接生活的每一天。
1683

被折叠的 条评论
为什么被折叠?



