IsObject()

IsObject(expression ection IsObject(con

概述

IsObject()
函式判斷一對象是否為對象,返回布爾值.
表達式 IsObject(expression)

實例

: <%
Set con = Server.CreateObject("ADODB.Connection")
response.write IsObject(con)
%>
返回結果: true

相關詞條

相關搜尋

熱門詞條

聯絡我們