摘要:
//使用 //$("a").value=document.getElementById("a").value function $(_sid) { return document.getElementById(_sid); } //從左邊第一個開始取子字符串 function cutstring(str,cut_len) { return str.substring(0,cut_... 阅读全文
posted @ 2007-12-29 16:19
Athrun
阅读(376)
评论(0)
推荐(0)