摘要:        
public static string Escape(string s) { StringBuilder sb = new StringBuilder(); byte[] ba = System.Text.Encoding.Unicode.GetBytes(s); for (int i = 0; i = 48 && ba[i] = 64 && ba[i] = 97 && ba[i] <= 122) || (ba[i] == 42 || ba[i] == 43 || b...    阅读全文
posted @ 2013-11-27 11:25
Thinking.N
阅读(1662)
评论(0)
推荐(1)
        
                    
                
浙公网安备 33010602011771号