1. 程式人生 > >JS的六大對象:Global、Math、Number、Date、JSON、console,運行在服務器上方的支持情況分析

JS的六大對象:Global、Math、Number、Date、JSON、console,運行在服務器上方的支持情況分析

大對象 在服務器 class .html width target code html http

在ASP中使用runat="server"來調用JS的相關函數,代碼如下:

<script runat="server" language="javascript">
// 代碼部份
</script>

下表列舉JS六大對象在runat="server"中的支持情況:

對象 是否支持
Global 支持
Math 支持
Number 支持
Date 不支持
JSON 不支持
console 不支持

JS的六大對象:Global、Math、Number、Date、JSON、console,運行在服務器上方的支持情況分析