js implements partial hiding of phone numbers

Sometimes we don't need to display all the phone numbers on the page, so we may need to deal with the phone numbers accordingly. The js code is as follows:

alert("13456789012".replace(/(\d{3})(\d{4})(\d{4})/,"$1****$3"));

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324864868&siteId=291194637