pub fn env_path_join(variable: &str, add: &str) -> Result<PathBuf>
变量追加路径
let p:Path = env_path_join(HCNET_LIB_ENV,HCPLAY_CORE_LIB).unwrap();