javascript中的function對象

function對象都是Function的實例:javascript > Object.getOwnPropertyNames(Function) [ 'length', 'name', 'arguments', 'caller', 'prototype' ] 因此function對象也應該有這些方法或者是屬性:html <script type="text/javascript"
相關文章
相關標籤/搜索