创建一个 static 的类,并且里面的方法也必须是static的,第一个参数是被扩展的对象,必须标注为this,使用时,必须保证namespace using进来了. 实例: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace stringHelper扩展方法1 { static class StringHelper { public static boo…