jQuery中把获取的number类型数据转换成字符串类型

var val=$(“#id).val();
If(typeof val==”number”){
val+=' ';
}