mmsparameter.java~36~
来自「关于彩信mms的程序,可以打包mms, 发送mms21840270MMS-Pic」· JAVA~36~ 代码 · 共 63 行
JAVA~36~
63 行
package mmspiccenter;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: hf</p> * @author unascribed * @version 1.0 */public class MmsParameter { public String id = ""; public String mms_type = ""; public String base_url = ""; public String type_url = ""; public String service_code = ""; public String period = ""; public String bg_url = ""; public String title_url = ""; public String title_x = ""; public String title_y = ""; public String w_url = ""; public String w_x = ""; public String w_y = ""; public String t_url = ""; public String t_x = ""; public String t_y = ""; public String xmltitle = ""; public String sp_url = ""; public String hour = ""; public String mms_type_code = ""; public MmsParameter(String idS,String mms_typeS,String base_urlS, String type_urlS,String service_codeS,String periodS, String bg_urlS,String title_urlS,String title_xS, String title_yS,String w_urlS,String w_xS, String w_yS,String t_urlS,String t_xS,String t_yS, String xmltitle,String sp_url,String hour,String mms_type_code) { this.id = idS; this.mms_type = mms_typeS; this.base_url = base_urlS; this.type_url = type_urlS; this.service_code = service_codeS; this.period = periodS; this.bg_url = bg_urlS; this.title_url = title_urlS; this.title_x = title_xS; this.title_y = title_yS; this.w_url = w_urlS; this.w_x = w_xS; this.w_y = w_yS; this.t_url = t_urlS; this.t_x = t_xS; this.t_y = t_yS; this.xmltitle = xmltitle; this.sp_url = sp_url; this.hour = hour; } public static void main(String[] args) { //MmsParameter mmsParameter1 = new MmsParameter(); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?