欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Discuz5.5.0代碼高亮顯示+運(yùn)行代碼框合成插件 下載

 更新時(shí)間:2007年07月17日 00:00:00   作者:  

(4)/include/javascript/common.js
在最后加入下面三個(gè)函數(shù)即可:
復(fù)制代碼 代碼如下:

function runCode(obj) {        var winname = window.open('', "_blank", '');        winname.document.open('text/html', 'replace');        winname.opener = null // 防止代碼對(duì)論壇頁(yè)面修改        winname.document.write(obj.value);        winname.document.close();}function copycode(obj) {        var rng = document.body.createTextRange();        rng.moveToElementText(obj);        rng.scrollIntoView();        rng.select();        rng.execCommand("Copy");        rng.collapse(false);}function saveCode(obj,name) {        var myname = name + '.htm';                var winname = window.open('', '_blank', 'top=10000');        winname.document.open('text/html', 'replace');        winname.document.write(obj.value);        winname.document.execCommand('saveas','',myname);        winname.close();}

打包文件下載

相關(guān)文章

最新評(píng)論