字符串首字母大写

可以快速上手的开发文档

#字符串首字母大写

JS/CSS实现字符串单词首字母大写功能

css实现:text-transform:capitalize;JS代码一:String.prototype.firstUpperCase=function(){returnthis.replace(/\b(\w..