$temp=’this is a temped variable’;echo foo${temp} 上述命令执行的结果为( )
foo
foo$temp
foo’this is a temped variable’
foothis is a temped variable