怎样检测一个xtra是否存在的函数

      多媒体世界 2006-6-14 15:5
on isXtraInstalled xtraName
if not stringP(xtraName) then
-- alert "isXtraInstalled requires an Xtra name to work".
return false
end if
repeat with i = 1 to the number of xtras
if the name of xtra i = xtraName then return true
end repeat
return false
end
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}