摘要: var str = 'hello world'; alert(str.toUpperCase());//将字符串转换为大写。 alert(str.toLowerCase());//将字符串转换为小写。 alert(str.toLocaleUpperCase());//也是将字符串转换为大写的一种方式 阅读全文
posted @ 2016-03-17 21:25 dzxczx 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: html垂直居中 阅读全文
posted @ 2016-03-17 21:12 dzxczx 阅读(204) 评论(2) 推荐(1) 编辑