在工程中经常需要管理 URL Color 等常量,通常采取的是用宏来管理。 比如新建一个 SCUrl.h: // user kit url #define HOST_PREFIX @"http://www.example.com" #define