var a = function(s){return s.replace(/([A-Z])/g,"_$1").toUpperCase();} F12控制台可以直接用 转载于:https://www.cnblogs.com/whoknows1/p/9773330.html