shell用变量的值作为新的变量名

tips:使用eval

例如:

#!/bin/bash
news=publish_time
var=news
# 要获取到publish_time
publish_time=`eval echo '$'"$var"`
echo $publish_time

posted @ 2020-07-24 18:41  笙歌散尽,醉挽清风  阅读(831)  评论(0编辑  收藏  举报