WARNING: This Product Contains Nicotine.Nicotine is an addictive chemical.
Success ${data.Times-1} times
` + `First query ${data.RecordList[0].Address} time:${data.RecordList[0].QueryTime}
` + `${data.RecordList[0].From}
` result = str } else if (data.State == 1 || data.State == 3) { result = 'Success, you query the security code is genuine, please rest assured to use!
'; } else { result = 'The query failed. Please check whether the input is incorrect or what you are inquiring is not genuine
'; } QResult.innerHTML = result } //数据查询中 Data query var k = '' var start = function() { var QResult = document.getElementById('resultcon') k += '.' QResult.innerText = 'Data query' QResult.appendChild(document.createTextNode(k)) if (k.length > 2) { k = '' } } ! function() { $('#code').on('keyup mouseout input', function(e) { if ((e.which >= 48 && e.which = 96 && e.which <= 105)) { var $this = $(this), v = $this.val(); /\S{5}/.test(v) && $this.val(v.replace(/\s/g, '').replace(/(.{4})/g, "$1 ")); } }); }();