> 웹 프론트엔드 > JS 튜토리얼 > `javascript:void(0)`는 실제로 무엇을 합니까?

`javascript:void(0)`는 실제로 무엇을 합니까?

Patricia Arquette
풀어 주다: 2024-12-18 15:59:20
원래의
613명이 탐색했습니다.

What Does `javascript:void(0)` Actually Do?

"javascript:void(0)"의 수수께끼를 풀다

웹 개발에서 광범위하게 사용되는 유비쿼터스 프로그래밍 언어인 JavaScript는 각각 특정 목적을 수행하는 다양한 내장 연산자. 많은 사람들의 호기심을 불러일으킨 연산자 중 하나는 다음과 같은 코드 조각에서 자주 볼 수 있는 수수께끼의 "void" 연산자입니다.

```

What exactly does this operator entail?

**Understanding the Void Operator**

The void operator in JavaScript has a peculiar function. When applied to an expression, it evaluates the expression and returns a special value - undefined.

**Why Use the Void Operator in "javascript:void(0)"?**

The void operator is often employed in conjunction with the "javascript:" URL schema. When applied to an anchor's href attribute, as in the example above, the purpose is to prevent execution and display of the evaluation result.

**A Practical Application**

Consider the typical scenario of a web page that includes a link for user login. By default, a javascript: URL would prompt the browser to redirect to a plain text version of the JavaScript evaluation output, such as "undefined." However, by utilizing void(0) as the href value, the link's click action will not cause redirection.
로그인 후 복사

위 내용은 `javascript:void(0)`는 실제로 무엇을 합니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
저자별 최신 기사
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿