我想问用户一个问题,如果他们点击是按钮,那么他们应该被重定向到另一个页面。
Adobe Acrobat 允许我们在 pdf 中插入 JS:
if (app.alert("Do you want to go on page X?", 2, 3) === 4) {
// Make the direct somehow.
}
我认为我们不能在location
那里使用该对象。
我想问用户一个问题,如果他们点击是按钮,那么他们应该被重定向到另一个页面。
Adobe Acrobat 允许我们在 pdf 中插入 JS:
if (app.alert("Do you want to go on page X?", 2, 3) === 4) {
// Make the direct somehow.
}
我认为我们不能在location
那里使用该对象。