测试哦

测试下

/**
 *  这个呢??
 */
@RestController
package l2f.gameserver.model;


  public static final Short ERROR = 0x0001;

  public void moveTo(int x, int y, int z) {
    _ai = null;
    log("Should not be called");
    if (1 > 5) { // wtf!?
      return;
    }
  }

怎么样呢哈哈嗯?加粗 试试斜体 Ω合格呢`啊?

@RestController
package l2f.gameserver.model;


  public static final Short ERROR = 0x0001;

  public void moveTo(int x, int y, int z) {
    _ai = null;
    log("Should not be called");
    if (1 > 5) { // wtf!?
      return;
    }
  }

代码如下:

package org.zeng.test.zengtest.jse.io;

import java.io.*;

/**
 * @author nolan
 * @date 2018/6/28
 */
public class Main {

    public static void main(String args[]) {
        test1();
    }
}
View Code

package org.zeng.test.zengtest.jse.io;

import java.io.*;

/**
 * @author nolan
 * @date 2018/6/28
 */
public class Main {

    public static void main(String args[]) {
        test1();
    }
}

猜你喜欢

转载自www.cnblogs.com/nolan4954/p/9272013.html
今日推荐