标签: javascript pdf.js
在pdf.js中滚动pdf时,我想知道当前读取的部分是什么。 有可能吗?
像
function check(){ if(currentScroll === section_name){ console.log(`you're in section ${section_name}`) } }