微信登录

语法 - jQuery - javascript的简化

作用:javascript 简化

语法

  1. $("#XX") //id
  2. $(".XX") //class
语法 - jQuery - javascript的简化