摘要: 1,封装方法 hilight_word(str, keyword) { var that = this; const idx = str.indexOf(keyword); var t = []; if (idx !== -1) { if (idx == 0) { t = that.hilight_ 阅读全文
posted @ 2019-12-16 13:52 法国梧桐和小伙子 阅读(584) 评论(0) 推荐(0)