﻿function CopyToClipBoard(content) {
    window.clipboardData.setData("Text", content);
    alert("请在QQ中粘贴此群号");
}    
