那些udf的代碼不可查看嗎?[已解决]
本帖最后由 jack2684 于 2011-8-26 10:18 编辑我想看看_IEPropertyGet()到底是怎麼得到innerText的,爲什麽我用dom結構的$o_object.text就獲取失敗了呢?
可是貌似沒找到代碼。。。。 得到
_IEPropertyGet 里的 InnerText 部分代码:Case $s_property = "innertext"
If __IEIsObjType($o_object, "documentcontainer") Or __IEIsObjType($o_object, "document") Then
$oTemp = $o_object.document.body
Else
$oTemp = $o_object
EndIf
Return SetError($_IEStatus_Success, 0, $oTemp.innerText)(注意
Further information can be found at MSDN.
The following tables provide a description of each property available for use. Some properties to DOM elements, others to the browser.) 嗯?這個怎麼找呢?和msdn又有什麽關係??我在msdn裏面搜索“_IEPropertyGet ”沒有結果呢。。。 回复 3# jack2684
所有的udf源码都在你的include文件夹里的对应文件里 嗯,楼上说的及时,不错,问到底才好 去INCLUDE目录去看吧! 谢谢楼上各位!^^
页:
[1]