# 去除行首空格
 | sed 's/^[ \t]*//g'
COMPILER_PARAM_DEF=${COMPILER_PARAM_DEF#* }

# 去除行尾空格
 | sed 's/[ \t]*$//g'