/** * * @Title 发布信息 * @Description 你的手机丢了,在屏幕上输出信息告诉大家。 * 输出描述: * I lost my cellphone! * @author weijunfu<ijunfu @ qq.com> * @date 2022/03/18 09:00 * @version 1.0.0 * */ public class Main { public static void main(String[] args) { System.out.println("I lost my cellphone!"); } }