반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Classic ASP
- xamarin.forms
- 태그를 입력해 주세요.
- 미디엄 로스팅
- KO
- xamarin
- asp
- 함수
- Unity
- 원두
- 드립 커피
- KnockoutJS
- 아라비카
- 라이트 로스팅
- 프렌치프레스
- 제주도
- Android
- vbscript
- fso
- shared
- 자마린
- 여행
- 수마트라 원두
- ServerVariables
- robusta
- xamarin.android
- 템플릿
- 커피
- liberica
- NGUI
Archives
- Today
- Total
개발人
키를 구하는 소스 본문
반응형
Dim strDirold : strDirold = 기존폴더명 <% For each item in Request.ServerVariables response.write item Next %> <%for each key in Request.ServerVariables %> <%next%>
variable | value |
<%=key%> | <% ' 만약 키 value 가 있다면 찍고 없으면 공백을 찍는다 if Request.serverVariables(key) = "" then response.write "" else response.write request.servervariables(key) end if %> |
반응형
'Classic ASP' 카테고리의 다른 글
global.asa (0) | 2014.08.11 |
---|---|
cmd 객체 (0) | 2014.08.11 |
ASP성능 향상 팁 (1) | 2014.08.08 |
쿠키공유 (0) | 2014.08.07 |
쌍따옴표 & 홑따옴표 치환 (0) | 2014.08.07 |
Comments