JS 去掉空格函数&JQ 去空格方法

Javascript中为String对象添加 Trim() 方法

//自己动手为string添加Trim
function
String.prototype.Trim()
{return t[……]