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.
現在のノードページのポケットベル番号を取得するにはどうすればよいですか?それができる機能はありますか?ありがとう!
Ajax はどうですか。戻る - 次へのボタンを備えたフォームを設計していますが、現在のページをどのように知ることができますか。
問題は解決されました。たとえば、ページにパラメータを渡した場合(http://www.example.com?page=1)、現在のノードのページ番号を。で取得します。
$page_number = $_GET['page'];