Fork me on GitHub
打赏

当前标签:练习

Zoctopus_Zhang 2018-08-06 17:36 阅读:898 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-08-03 18:02 阅读:387 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-08-03 15:26 阅读:534 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-08-02 21:49 阅读:862 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-08-01 11:41 阅读:825 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-07-27 11:54 阅读:1304 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-07-23 18:09 阅读:3412 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-07-23 16:32 阅读:2681 评论:0 推荐:1 编辑
Zoctopus_Zhang 2018-07-23 14:05 阅读:3445 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-07-09 14:24 阅读:1957 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-06-22 18:18 阅读:2638 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-06-22 18:01 阅读:2693 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-06-22 17:13 阅读:1843 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-06-22 10:46 阅读:545 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-06-22 09:55 阅读:3583 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-06-21 21:11 阅读:1279 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-05-02 17:19 阅读:1032 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-05-02 12:35 阅读:18399 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-03-17 17:45 阅读:6976 评论:0 推荐:0 编辑
Zoctopus_Zhang 2018-03-13 18:59 阅读:1745 评论:0 推荐:0 编辑
// function btn_donateClick() { var DivPopup = document.getElementById('Div_popup'); var DivMasklayer = document.getElementById('div_masklayer'); DivMasklayer.style.display = 'block'; DivPopup.style.display = 'block'; var h = Div_popup.clientHeight; with (Div_popup.style) { marginTop = -h / 2 + 'px'; } } function MasklayerClick() { var masklayer = document.getElementById('div_masklayer'); var divImg = document.getElementById("Div_popup"); masklayer.style.display = "none"; divImg.style.display = "none"; } setTimeout( function () { document.getElementById('div_masklayer').onclick = MasklayerClick; document.getElementById('btn_donate').onclick = btn_donateClick; var a_gzw = document.getElementById("guanzhuwo"); a_gzw.href = "javascript:void(0);"; $("#guanzhuwo").attr("onclick","follow('33513f9f-ba13-e011-ac81-842b2b196315');"); }, 900);
点击右上角即可分享
微信分享提示