📄 fcstcontent.java
字号:
package smstimer;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: </p> * @author unascribed * @version 1.0 */public class FcstContent { public static String fcstContent = ""; public static String city_name = ""; public static String city_sta = ""; public static String city_tel = ""; public static String hour_b_e = ""; public static String weather_date_e = ""; public static String weather_date_b = ""; public static String weather_content = ""; public static String content_type = ""; public FcstContent(String fcstContent,String city_name,String city_sta,String city_tel, String hour_b_e,String weather_date_b,String weather_date_e, String weather_content,String content_type) { this.fcstContent = fcstContent; this.city_name = city_name; this.city_sta = city_sta; this.city_tel = city_tel; this.hour_b_e = hour_b_e; this.weather_date_b = weather_date_b; this.weather_date_e = weather_date_e; this.weather_content= weather_content; this.content_type = content_type; } public static void main(String[] args) { //FcstContent fcstContent1 = new FcstContent(); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -