去除图像或链接黑眼圈的两种方法总结
(编辑:jimmy 日期: 2025/5/13 浏览:3 次 )
一、用htc实现。
eye.htc
<public:attach event="onfocus" onevent="example()" /><script language="javascript">function example(){this.blur();}</script>
<style>
a {behavior:url(eye.htc)}
</style>
二、
[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
eye.htc
<public:attach event="onfocus" onevent="example()" /><script language="javascript">function example(){this.blur();}</script>
<style>
a {behavior:url(eye.htc)}
</style>
二、
[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
下一篇:jscript之List Excel Color Values