摘要:
<script language="javascript" type="text/javascript"> function checkName(){ String.prototype.Trim = function() //给string增加个Trim()方法 { return this.replace(/(^\s*)|(\s*$)/g, ""); } String.p... 阅读全文
posted @ 2010-01-15 16:19
阿龍
阅读(261)
评论(0)
推荐(0)
浙公网安备 33010602011771号