📜  @{{}} 是什么意思 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:37.040000             🧑  作者: Mango

代码示例1
Since many JavaScript frameworks also use "curly" braces to indicate a given expression should be displayed in the browser, you may use the @ symbol to inform the Blade rendering engine an expression should remain untouched. For example:

Laravel

Hello, @{{ name }}. // Meaning that the variable "name" in this case will not try to be intrepreted by blade