constants.as

来自「用Flex开发的RSS通用阅读器」· AS 代码 · 共 15 行

AS
15
字号
package cn.iservice.util
{
	public class Constants
	{		
		//public static const BASE_SERVER_URL:String = "http://10.16.77.169:8081/iService/";
		public static const BASE_SERVER_URL:String = "http://10.16.202.91:6080/iService/";
		public static const BASE_EXTERNAL_URL:String = BASE_SERVER_URL+"external/";
		public static const BASE_INTERNAL_URL:String = BASE_SERVER_URL+"internal/";
		
		
		public static const getCategorysUrl:String = BASE_EXTERNAL_URL+"getCategorys.action";		
		public static const getWidgetsUrl:String = BASE_EXTERNAL_URL+"getWidgets.action";
		public static const rssProxyUrl:String = BASE_SERVER_URL+"getJsonRss.action";
	}
}

⌨️ 快捷键说明

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