phpweb静态页生成
2015-08-10 18:40:40 来源: 评论: 点击:
phpweb静态页生成
article生成静态页 要生成多次才能生效
这三个都要按一下
相关热词搜索:静态
上一篇:php怎么调用远程数据?实现代码
下一篇:phpweb忘记超级用户密码处理
分享到:
function postToWb(){
var _t = encodeURI(document.title);
var _url = encodeURIComponent(document.location);
var _appkey = encodeURI("cba3558104094dbaa4148d8caa436a0b");
var _pic = encodeURI('https://www.alq11.com/article/uploadfile/2015/0810/20150810064143761.png');
var _site = '';
var _u = 'https://v.t.qq.com/share/share.php?url='+_url+'&appkey='+_appkey+'&site='+_site+'&pic='+_pic+'&title='+_t;
window.open( _u,'', 'width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no' );
}
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
收藏