Programming 썸네일형 리스트형 [ASP] if 문 예제)if test = "test" thenResponse.write testend if asp에는 == 이없다. 그냥 = 쓰면 됨 예) if test == "test" (x) if test = "test" (o) asp에는 != 이 없다. 다. 예) if test != "test" (x) if test "test" (o) 더보기 이전 1 ··· 40 41 42 43 44 45 46 ··· 69 다음