public static String t(string sMd5){
Response.Write("kkk");
}
错误:
Compiler Error Message: CS0246: The type or namespace name 'Response' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 32: }
Line 33: public static String t(string sMd5){
Line 34: Response.Write("kkk");
Line 35: }
Line 36: //-----------------------------------end public static method