[NoInterfaceObject,Exposed=(Window,Worker)] interface GlobalCrypto { readonly attribute Crypto crypto; }; Window implements GlobalCrypto; ...
確定! 回上一頁