javascript 冲突皇家标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 冲突皇家标签相关的知识,希望对你有一定的参考价值。

const Long = require('long')
var tagChars = '0289PYLQGRJCUV'

module.exports = {
  tag2id: (tag) => {
    if (tag === undefined || typeof tag !== 'string') return false

    let id = 0
    let tagArray = tag.split('')
    for (let a = 0; a < tagArray.length; a++) {
      let i = tagChars.indexOf(tagArray[a])
      id *= 14
      id += i
    }
    let high = id % 256
    // let low = (id - high) >>> 8
    let low = Long.fromNumber((id - high)).shiftRight(8).low
    return {
      high: high,
      low: low
    }
  },

  id2tag: (high, low) => {
    // let id = ((low << 8) >>> 0) + high
    let id = parseInt(Long.fromNumber(low).shiftLeft(8).shiftRight(0).toString()) + high
    let i = 0
    let tag = []
    while (id > 0) {
      i = id % 14
      id = Math.floor(id / 14)
      tag.push(tagChars.charAt(i))
    }

    return tag.reverse().join('')
  }
}

以上是关于javascript 冲突皇家标签的主要内容,如果未能解决你的问题,请参考以下文章

皇家水族馆手游app系统开发详解

引导浮动标签与 jquery 验证标签冲突

皇家棋神

格式皇家邮政 PAF

苏格兰皇家银行决定采用RedHat云计算服务

宠喵club商品页皇家商品