Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カーソルがある現在のページを取得するためのDOM式は何ですか。
app.activeDocument.currentPage ?
あなたがしたい:
app.activeWindow.activePage.name;
これにより、実際のページ番号の名前が文字列として表示されます (つまり、ページがローマ字で番号付けされている場合、5 ページ目は 'v' になります)。