M
mawei
Unregistered / Unconfirmed
GUEST, unregistred user!
《html》
《script language="VBScript"》
《!--
Sub strip(str)
Dim i,tempstr
i=1
tempstr="WDerterW"
i=len(str)
tempstr=left(str,i-1)
tempstr=right(tempstr,i-2)
Response.write(tempstr)
End Sub
--》
《/script》
《title》rt
《/title》
《body》
《%=strip("FSDGSDG")%》
《/body》
《/html》
《script language="VBScript"》
《!--
Sub strip(str)
Dim i,tempstr
i=1
tempstr="WDerterW"
i=len(str)
tempstr=left(str,i-1)
tempstr=right(tempstr,i-2)
Response.write(tempstr)
End Sub
--》
《/script》
《title》rt
《/title》
《body》
《%=strip("FSDGSDG")%》
《/body》
《/html》