Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要两个函数,一个将字符串转换为电话号码格式,另一个将电话号码转换为字符串。有没有可用的标准 JS 函数?
不,没有。你必须写一个或找到一个。它可能会使用各种String函数和/或正则表达式的组合。
String