屏蔽掉{{}}
這樣在頁面加載緩慢的情況下也不會顯示{{}}啦。
Style:
.ms-controller {visibility: hidden;}html:
<body class="ms-controller" ms-controller="IndexController"> {{xxx}}</body>?
轉載于:https://www.cnblogs.com/OleRookie/p/5366539.html
總結
- 上一篇: 详解SQL Server连接(内连接、外
- 下一篇: 编程之美计算0到N中包含数字1的个数