这样的好处是和css更对应,但似乎PHP默认不支持?
css
使用{}:
{}
例:
${'background-color'} = 'grey'; echo ${'background-color'};
输出:
grey
标签
查看
613 次