摘要: 考考大家的基本功有谁知道下面2个方法在 CLR 里有区别吗?有什么区别?用哪个好?没有区别就算了:(呵呵 答对有奖哦 1 using System; 2 using System.Security.Cryptography; 3 4 namespace test 5 { 6 public class String 7 { 8 public stat... 阅读全文