|

最緊要要留意以下細側:
1.var type = new Array(幾多句就打個個次數啦)
2. type[0]='' '' ← 一定要''0''字架..!!
3. 要加多一句..就要加多一句..tpye[數字]=
吾明再留Commets揾我拉
雨法:
<script language="JavaScript">
<!--
var current = 0
var x = 0
var speed = 100
var speed2 = 2000
var type = new Array(4)
type[0]="打字地方"
type[1]="打字地方"
type[2]="打字地方"
type[3]="打字地方"
function typewrite() {
var m = type[current]
window.status = m.substring(0, x) + "_"
x = x+1
if (x == m.length + 1) {
x = 0
current = current+1
if (current == type.length) {
current = 0
}
setTimeout("typewrite()", speed2)
}
else {
setTimeout("typewrite()", speed)
}
}
typewrite()
//-->
</script>
▎ 時間 :20100122[星期五]
« | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | »
|
| «‹ October 2015 ›» | | S | M | T | W | T | F | S | | | | | 1 | 2 | 3 | | 4 | 5 | 6 | 7 | 8 | 9 | 10 | | 11 | 12 | 13 | 14 | 15 | 16 | 17 | | 18 | 19 | 20 | 21 | 22 | 23 | 24 | | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
|