http://topic.csdn.net/t/20030522/16/1819974.html
引用
<html>
<head>
<title>div test</title>
<script language="javascript">
var mouseX = 0;
var mouseY = 0;
function divonmousemove(obj)
{
if ((Math.abs(obj.offsetLeft+o ...
- 16:12
- 浏览 (172)
- 评论 (0)
<html>
<head>
<script type="text/javascript">
String.prototype.replaceAll = function(s1,s2){
return this.replace(new RegExp(s1,"gm"),s2);
}
String.prototype.len=function()
{
var str=this;
return str.replace(/[^\x00-\xff]/g, "**").length
}
var temp = "<font ...
- 19:30
- 浏览 (144)
- 评论 (0)







评论排行榜