ClassicASP ASP URLEncode Method
페이지 정보
본문
문법 Server.URLEncode(string)
The URLEncode method applies URL encoding rules to a specified string.
URLEncode 메서드는 지정된 문자열에 URL 인코딩 규칙을 적용합니다.
The URLEncode method applies URL encoding rules to a specified string.
URLEncode 메서드는 지정된 문자열에 URL 인코딩 규칙을 적용합니다.
<%
response.write(Server.URLEncode("http://www.w3schools.com"))
%>
Output:
댓글목록
등록된 댓글이 없습니다.