qiuzhu.js 94 B

12345
  1. function qiuzhu_init() {
  2. $('#btnQZ').on('click', function () {
  3. alert("求助");
  4. });
  5. }