阅读(771) (5)

Laravel 8 注释

2021-06-28 16:46:52 更新

Blade 也允许您在视图中定义注释。但是,和 HTML 注释不同, Blade 注释不会被包含在应用返回的 HTML 中:

{{-- This comment will not be present in the rendered HTML --}}