<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>文字跟随鼠标移动t</title> <!-- style是html元素的一个属性,在这里可以直接设置元素的样式 这里的.move_out应该是最后这个字体的属性(?不是很清楚) Position属性有四个可选值,它们分别是:static、absolute、fixed、relative。 Pssition:relative是相对定位 --> <style> .move_out{position:relative; cursor:hand ;font-family:"宋体" } </style> <script language="javascript"> var move_out = false; var x,y,z; function move(){ if (event.button=