例如PHP与php在js中是否相同?
如果js不区别大小写,那么如何将PHP转换成php?
---------------------------------------------------------------
JS对大小敏感:
str.toLowerCase() 转换成小写
str.toUpperCase() 字符串全部转换成大写
例如PHP与php在js中是否相同?
如果js不区别大小写,那么如何将PHP转换成php?
---------------------------------------------------------------
JS对大小敏感:
str.toLowerCase() 转换成小写
str.toUpperCase() 字符串全部转换成大写