창의 기록이 변경되면 onpopstate 이벤트 트리거. 다음과 같이 추가할 수 있습니다 -
예시
<!DOCTYPE html> <html> <body onpopstate = "onpopstateFunction()"> <p>This is demo text</p> </body> </html>
창의 기록이 변경되면 onpopstate 이벤트 트리거. 다음과 같이 추가할 수 있습니다 -
<!DOCTYPE html> <html> <body onpopstate = "onpopstateFunction()"> <p>This is demo text</p> </body> </html>