.=
连接字符串时,与 PHP 等效的 ASP 是什么?我指的是 asp 而不是 asp.net。
我的意思是指定我在一个for循环中。所以我想知道.=
(在php中)不是标准连接的等价物。
例子:
For Each Item In Request.Form
If (Item = "service") then
For x=1 To Request.Form(item).Count
service = "&service="&Request.Form(Item)(x)
Next
End If
Next