jquery把int类型转换成字符串类型时间:2022-12-04 19:35:20jquery中把获取的number类型数据转换成字符串类型 var val=$(“#id).val(); If(typeof val==”number”){ val+=’ ’; }