static Test monitor = new Test();
  public static void main(String[] args) {
        monitor.expect(new String[] {
      "Tag(1)",
      "Tag(2)",
      "Tag(3)",
      "Tag(33)",
      });
monitor.expect()的expect()括号里面是干哈子的??它是来声明一个数组的么??
谢谢了哈!!!