{大括号在这里的意义}关于这句话‘<script type='text/javascript'>alert('{$mes}');location.href='{$url}';</script>‘中的大括号
在common.func.php中,进行message的alart的js代码中有一句
“<script type='text/javascript'>alert('{$mes}');location.href='{$url}';</script>"
其中$mes 和 $url是用大括号括起来的,有什么意义呢?
还有什么别的方法呢?