程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> 自做的時鐘的原碼php

自做的時鐘的原碼php

編輯:關於PHP編程

這是一個用PHP生成的純JavaScript時鐘
PHP代碼不長,但是JavaScript代碼就比較長了。
大家可以到http://disapart.oso.com.cn/temp/clock.php預覽
也可以到http://disapart.oso.com.cn/temp/clock.txt下載原文件
$height = 200;
$width = 200;
$left = 100;
$top = 100;
?>
My Clock Example
divShi.style.top = getPos ( ,shi+fen/12,50,0);
divShi.style.left = getPos ( ,shi+fen/12,50,1);
divFen.style.top = getPos ( ,fen ,75,0);
divFen.style.left = getPos ( ,fen ,75,1);
divMiao.style.top = getPos ( ,miao,99,0);
divMiao.style.left = getPos ( ,miao,99,1);
}
?>
setTimeout("onidle();",250);
}
//function_onidle_end

;top:;width:2;height:">
for($t=0;$t<12;$t++)
{
?>
>
>
>
}
?>

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved