constants.java

来自「这是中国移动的一个管理系统」· Java 代码 · 共 16 行

JAVA
16
字号
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package com.mobile.mode;/** * * @author st */public class Constants {   public static final String USER_MESSAGE = "message";   public static final String CUSTOMER = "customer";}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?