怎么没有效果呢?
没有定义$的方法,除非你直接用jquery来调$,否则就自己写
//通过id获取元素function $(id){ return typeof id==='string'?document.getElementById(id):id;}