摘要:
目前想到的方法有这么几个 1.indexOf() -> ES5 const array = ['apple', 'banance', 'orange'] array.indexOf('apple') // 0 存在 array.indexOf('strawBerry') // -1不存在 2.fin 阅读全文
摘要:
最近公司要做一个关于物流的收货地址智能识别,突然想起来前一段时间使用顺丰寄快递发现了顺丰做的智能识别是真的好,查了些资料整理了一下 可参考一下 前端使用: 1. https://github.com/akebe/address-parse 2.https://github.com/wzc570738 阅读全文