#32001/7/11 19:01:20
这个东东能调通吗 :)
member("hyper").useHypertextStyles = FALSE
links = member("hyper").hyperlinks
linkcount = count(links)
repeat with x = 1 to linkcount
oneLink = links[x]
st = getat(oneLink,1)
endd = getat(oneLink,2)
- change the color of this link to red
member("hyper").char[st..endd].color = rgb(255,0,0)
-- reapply the underline
member("hyper").char[st..endd].fontStyle = [#underline]
end repeat
编辑历史:[这消息被koala编辑过(编辑时间2001-07-11 19:04:18)]
[这消息被koala编辑过(编辑时间2001-07-11 19:05:22)]
[这消息被koala编辑过(编辑时间2001-07-11 19:05:41)]
[这消息被koala编辑过(编辑时间2001-07-11 19:06:08)]