代码: Function GetUserSex(strSex) If Not IsNumeric(strSex) Then strSex = 0 If strSex=0 then GetUserSex="女" ElseIf strSex=1 then GetUserSex="男" Else GetUserSex="保密" End If End Function
性別強奸函數 代码: var you, me: string; if (me='male') then you:='should be female' else if (me='female') then you:='shoud be male' else you:='must be bisexual' end;