摘要: '; //结果为拼音首字母 * echo Chinese_to_PY::getPY('这是一段测试文字, This is a string', 'all'), ''; //结果为全拼音 * echo Chinese_to_PY::getPY('这是一段测试文字, This is a string', 'one'), ''; //结果为第一个拼音 */ class Chinese_to_... 阅读全文
posted @ 2016-06-07 20:03 麦田守望者~ 阅读(402) 评论(0) 推荐(0) 编辑
摘要: alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.body).height());//浏览器时下窗口文档body的高度 alert($(document.body).outerHeight(true));//浏览器时下窗口文档body的总高... 阅读全文
posted @ 2016-06-07 11:36 麦田守望者~ 阅读(413) 评论(0) 推荐(0) 编辑