....................
2007年9月20日 星期四
去除空白
function trimAll(strvalue) {
ptntrim = /(^\s*)(\s*$)/g;
return strvalue.replace(ptntrim,"");
}
function chk_data(cmdAction){
Code = trimAll(document.getElementById('Code').value);
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言