[Document: name null]] 选择语言:从中文简体中文翻译英语日语韩语俄语德语法语阿拉伯文西班牙语葡萄牙语意大利语荷兰语瑞典语希腊语捷克语丹麦语匈牙利语希伯来语波斯语挪威语乌尔都语罗马尼亚语土耳其语波兰语到中文简体中文翻译英语日语韩语俄语德语法语阿拉伯文西班牙语葡萄牙语意大利语荷兰语瑞典语希腊语捷克语丹麦语匈牙利...
在JavaScript中,当尝试访问一个未定义或未声明的变量时,会返回undefined。而document:null是一个无效的表达式,因为document是一个HTML文档的根元素,它不能被赋值为null。 如果你想要检查一个变量是否为null或undefined,可以使用typeof操作符: 代码语言:javascript 复制 if(typeofvariableName==='undefined'){console.log...
检索父FaxPort对象的FaxStatus对象的DocumentName属性。DocumentName属性是一个以 null 结尾的字符串,其中包含与活动传真文档关联的用户友好名称。 此属性为只读。 语法 C++ HRESULTget_DocumentName( BSTR *pVal ); 参数 pVal 返回值 无 备注 可以将FaxStatus对象的DocumentName属性与对象的DocumentSize属性结合使用,以...
IFaxDocument::get_DocumentName 属性是一个以 null 结尾的字符串,其中包含要为传真文档显示的用户友好名称。 该值仅用于显示目的。 此属性是可读写的。 语法 C++ 复制 HRESULT put_DocumentName( BSTR bstrDocumentName ); 参数 bstrDocumentName 返回值 无 要求 展开表 要求值 最低受支持的客户端 Wi...
HRESULT Undo( long Count, long *pCount ); 参数 Count 类型: long 指定的撤消操作数。 如果此参数的值为 tomFalse,则撤消处理将暂停。 如果此参数为 tomTrue,则还原撤消处理。 pCount 类型: long* 执行的实际撤消操作计数。 此参数可以为 NULL。 返回值 类型: HRESULT 如果执行了所有 Count 撤消操作,则...
IFaxDocument::p ut_DocumentName 方法 IFaxDocument::p ut_GroupBroadcastReceipts 方法 IFaxDocument::p ut_Note 方法 IFaxDocument::p ut_Priority 方法 IFaxDocument::p ut_ReceiptAddress 方法 IFaxDocument::p ut_ReceiptType 方法 IFaxDocument::p ut_ScheduleTime 方法 IFaxDocument::p ut_ScheduleType 方法...
For backwards compatibility with previous versions of the, some browsers will allow you to pass a string here instead of an object, where the string's value is the custom element's tag name. Specification DOM Standard #ref-for-dom-document-createelement① ...
. Attributes with the name "id" are not of type ID unless so defined in the document's DTD. Theidattribute is defined to be of ID type in the common cases ofXHTML, XUL, and others. Implementations that do not know whether attributes are of type ID or not are expected to returnnull...
namespaceURLMapper表示把一个命名空间前缀映射为一个全称命名空间 URL 的函数,如果不需要或者不知道,就为 null; resultType为指定了期待作为结果的对象的类型,使用 XPath 转换来强制结果类型,类型的可能的值是 XPathResult 对象所定义的常量,例如snapshotItem; ...
如果没有存在指定的标签,该接口返回的不是 null,而是一个空的 HTMLCollection 匹配所有标签 使用通配符*。 const all = document.getElementsByTagName('*'); getElementByClassName getElementsByClassName()方法通过指定 HTML 子元素的类名获取元素引用的集合。