//        if(Object.prototype.toString.call(channel_id) == '[object String]'){
//            //channel_id是字符型
//            log("channel_id字符串");
//        }
//        if(Object.prototype.toString.call(channel_id) == '[object Number]'){
//            //channel_id是数值型
//            log("channel_id number");
//        }
//        
//        if(Object.prototype.toString.call(addChannelIds[0]) == '[object String]'){
//            //channel_id是字符型
//            log("addChannelIds字符串");
//        }
//        if(Object.prototype.toString.call(addChannelIds[0]) == '[object Number]'){
//            //channel_id是数值型
//            log("addChannelIds number");
//        }

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-01-18
  • 2021-07-29
猜你喜欢
  • 2021-12-31
  • 2021-12-18
  • 2021-06-10
  • 2022-12-23
相关资源
相似解决方案