摘要: 借助JS function recheck(form) { var temp=document.getElementById("categories"); temp.value=(temp.value.substring(0,1)==",")?temp.value.substring(1,temp.value.length):temp.value; return tru... 阅读全文
posted @ 2008-10-24 15:41 alex hu 阅读(1433) 评论(0) 推荐(0)