constants.as.svn-base
来自「实现很多功能 实现很多功能 实现很多功能」· SVN-BASE 代码 · 共 10 行
SVN-BASE
10 行
package com.justabc
{
public class Constants
{
static public const DOMAIN_ROOT:String = "http://localhost:4040/smsdemo";
// static public const DOMAIN_ROOT:String = "http://localhost:4040/sms";
// static public const DOMAIN_ROOT:String = "http://www.justabc.com";
static public const DOMAIN_NAME:String = "www.justabc.com";
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?