extjs4.2 grid里怎么格式化IP地址,目前只显示3个数字
renderer:function(v){var arr=v.split('.');return arr[0]+'.'+arr[1]+'.'+arr[2]}