import com.engine.common.util.Utils; public class TestObj { public static void main(String[] args) { System.out.println("-".split("-")[0]); } }