枢垣记略pdf微盘下载:谁知道怎么设置鼠标后面跟字啊?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/08 10:51:09
谁知道怎么设置鼠标后面跟字啊?

是做网页那样的吗?
下面的是代码(下面"跟随鼠标的旋转文字 “这几个字可以根据你的需要更换你想要的字)
<SCRIPT LANGUAGE="JavaScript">
if (document.all) {
yourLogo = "跟随鼠标的旋转文字 ";
logoFont = "宋体";
logoColor = "000000";
yourLogo = yourLogo.split('');
L = yourLogo.length;
TrigSplit = 360 / L;
Sz = new Array()
logoWidth = 100;
logoHeight = -30;
ypos = 0;
xpos = 0;
step = 0.03;
currStep = 0;