清除两端空格
function Trim()
{
document.getElementById("TextBox1").value=document.getElementById("TextBox1").value.replace(/(^\s*)|(\s*$)/g, "");
}
{
document.getElementById("TextBox1").value=document.getElementById("TextBox1").value.replace(/(^\s*)|(\s*$)/g, "");
}
浙公网安备 33010602011771号