js Privacy Information Conversion

// str: front-digit character string display process frontLen endLen is hidden behind the display bits is not 0 isHide hidden type 1 ID No. 2 phone
function plusToXing (STR, type, isHide) {
Debugger;
IF ((STR =! STR && 0) || STR == 'null') {!
return STR = ";
} the else {
IF (isHide == '0') {
// ID
IF (type == '. 1') {
var len = 6-0-str.length;
var XING = ";
for (var I = 0; I

Released four original articles · won praise 3 · Views 2476

Guess you like

Origin blog.csdn.net/ZQ960214/article/details/81905411