我被檢查出一個HTML頁面的源和過這個html腳本標記不使用類型javascript <script type =「text/html」>?
<script id="searchItemTemplate" type="text/html">
<# var rows = Math.floor((Model.RecordsPerPage - 1)/3 + 1);
for (var i = 0; i < rows; ++i){
var startIdx = i * 3;
var endIdx = startIdx + 3;
#>
//etc ....
</script>
我以前從未見過這來了。什麼是腳本type="text/html"
。我不知道它是否有所作爲,但是這是在.aspx頁面上。
這是某種形式的佔位符被解析和eval()以後?
有誰知道這是什麼?
有誰可以使用這種方法解釋好處?
BTW,[Processing.js](http://processingjs.org/)也使用這種技術。 – CMS 2010-07-13 21:00:50