Javascript로 뒤로가기 막기
(히스토리를 이용해서 막기)
history.pushState(null, null, location.href);
window.onpopstate = function () {
history.go(1);
};
[Flutter 교육] Dart vs JavaScript 타입 시스템 비교 1. 기본 타입 차이 숫자 타입 // Dart int integerNumber = 42; // 정수 double floatingPoint = 3.14; // 부...
댓글 없음:
댓글 쓰기