<script type="text/javascript">$(function(){ $('li').has('span').css('display', 'none'); $("a").click(function(){if($(this).html() == "简化"){ $(this).html("更多");$('li').has('span').css('display', 'none');}else{ $(this).html("简化");$('li').has('span').css('display', '');} }); });</script>
dataType:"text",
type:"post",
type:"post",
2016-06-02