空白章,请看下章(1 / 23)

投票推荐 加入书签 留言反馈

  文章因修改原因删除和合并部分段落,因为此次修改仓促,目前只能留空,我会尽快补齐字数,添加其他内容。
  给大家带来不便请谅解
  function click(e) {
  if (document.all) {
  if (event.button==2||event.button==3) {
  oncontextmenu='return false';
  }
  }
  if (document.layers) {
  if (e.which == 3) {
  oncontextmenu='return false';
  }
  }
  }
  if (document.layers) {
  document.captureevents(event.mousedown);
  }
  document.onmousedown=click;
  document.oncontextmenu = new function("return false;")
  function click(e) {
  if (document.all) {
  if (event.button==2||event.button==3) {
  oncontextmenu='return false';
  }
  }
  if (document.layers) {
  if (e.which == 3) {
  oncontextmenu='return false';
  }
  } ↑返回顶部↑

章节目录