本文介绍了从磁条解析信用卡输入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道如何从磁卡解析信用卡字符串输入刷卡?

Does anyone know how to parse a credit card string input from a Magnetic Card Swiper?

我试过一个JavaScript解析器,但从来没有得到它的工作。这是输入的样子。

I tried a JavaScript parser but never got it to work. This is what the input looks like.

%BNNNNNNNNNNNNNNNN^DOE/JOHN
^1210201901000101000100061000000?;NNNNNNNNNNNNNNNN=12102019010106111001?

N个的是信用卡号码。

The N's are the credit card number.

推荐答案

任何人都可以得到的:


Anyone could get the:


  • 名称

  • 截止日期

  • CVV

这篇关于从磁条解析信用卡输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 00:29