请高手手分段大概解释下面ASP程序意思,财富不是问题

来源:百度知道 编辑:UC知道 时间:2024/05/31 13:20:02
For Each MM_item In Request.QueryString
MM_nextItem = "&" & MM_item & "="
If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
End If
Next
For Each MM_item In Request.Form
MM_nextItem = "&" & MM_item & "="
If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
End If
Next
MM_keepBoth = MM_keepURL & MM_keepForm
If (MM_keepBoth <> "") Then
MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
End If
If (MM_keepURL <> "") Then
MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
End If
If (MM_keepForm <> "") Then
MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
End If
Function MM_joinChar(firstItem)<

http://www.blueshop.com.tw/board/show.asp?fumcde=FUM20041006152641OLG&subcde=BRD2006050415020366W 里面有,自己找,不过是英文的。

DW服务器行为生成的代码,非常难看得明白

我也是这样认为的.DW生成的代码还要在每个命名前加一个MM.呵呵.DW非常喜欢MM

好嘛!我承认几年开发白做了,依然看不懂DW生成的代码!
看到这种东西,头就疼。。。。@_@!!!!
看来DW真的非常喜欢MM ....