JavaScript toLocaleLowerCase() 方法JavaScript String 对象实例将字符串转换为小写: [mycode3 type='js'] var str = 'Runoob'; var res = str.toLocaleLowerCase() ...
確定! 回上一頁