描述:在mac上使用$(id).show()和$(id).hide()方法无效问题。 解决:使用$(id).css("display","");和$(id).css("display","none");代替