Discuz! Board

 找回密碼
 立即註冊
搜索
熱搜: 活動 交友 discuz
查看: 1629|回復: 0
打印 上一主題 下一主題

API Release

[複製鏈接]

2631

主題

2633

帖子

9884

積分

管理員

Rank: 9Rank: 9Rank: 9

積分
9884
跳轉到指定樓層
樓主
發表於 2016-4-18 15:34:52 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
??????????????????·?·¨??
?¨???¨???????ú????????
???????? ???????? | About Tencent | ·??????é | ???????? | ??·????¨ | ????·??? | ???????? | ???????? | ??·????? | ???????? Copyright © 1998 - 2016 Tencent. All Rights Reserved ???????? °??¨?ù?? /* ?ó??°???API Release : 1.6.6 @author : goldenchen#tencent.com v1.6.6?ü?????? ??????????????·??à???? v1.6.5?ü?????? ????bosszone??±¨ v1.6.4?ü?????? ?????????????????????????????ú?·?ò?????? v1.6.3?ü?????? ?????è??false????????css??bug v1.6.2?ü?????? ?????±????????·????±???ü????±à??·????±?? v1.6.1?ü?????? ×??????????±????×????????ú?·?????¨??×????????????? v1.6?ü?????? ??×??¨?????? v1.5.2?ü?????? ???????????ó?±??±ê???????í?ó??bug v1.5.1?ü?????? ??????css???????? v1.5?ü?????? ??????json????????????json?????ê±??ó???????? v1.4?ü?????? ?????????÷????????????css?????? v1.3?ü?????? ?§????????????°?×??ò?????ò????????·??à v1.2?ü?????? ??????·????¨????????????????????·??????????????? v1.1?ü?????? ????????±??ü?????¨?? */ var djakPublic = function(){ this.init.apply(this, arguments); if(this.djakCss){ this.LoadCss.apply(this, arguments); } if(this.djakRefresh){ this.refreshInit.apply(this, arguments); this.refresh.apply(this, arguments); } }; djakPublic.prototype = { //?¨??id????dom???? $ : function(gid){ return document.getElementById(gid); }, //????·????÷?±?? getServerTime : function(refresh){ if(refresh == true){ this.serverTime = new Date(); }else{ this.serverTime = new Date(2016, 04-1, 07, 12, 20, 39); } }, //????css LoadCss : function(){ var cssFile=document.createElement("link"); cssFile.setAttribute("rel", "stylesheet"); cssFile.setAttribute("type", "text/css"); cssFile.setAttribute("href", ""); document.getElementsByTagName("head")[0].appendChild(cssFile); var style = document.createElement('style'); style.type = "text/css"; var styles = '.rightAikanTab{width:'+this.djakWidth+'px;}' + '.rightAikanTab .bd dl{width:'+this.djakWidth+'px;}'+ '.rightAikanTab .bd dl.selected dd.aikanTips .fl{width:'+(this.djakWidth-120)+'px;}'+ '.rightAikanTab .bd dl.selected dd.aikanTips .fl a{width:'+(this.djakWidth-120)+'px;}'; (document.getElementsByTagName('head')[0] || document.body).appendChild(style); if(style.styleSheet){ style.styleSheet.cssText = styles; }else{ style.appendChild(document.createTextNode(styles)); } }, //????js LoadScript : function(url, callback){ var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState){ script.onreadystatechange = function(){ if(script.readyState == "loaded" || script.readyState == "complete"){ script.onreadystatechange = null; callback(); document.getElementsByTagName("head")[0].removeChild(this); } }; }else { script.onload = function(){ callback(); document.getElementsByTagName("head")[0].removeChild(this); }; } script.src = url; document.getElementsByTagName("head")[0].appendChild(script); }, //?±???????? timeInit:function(sTime,timeEle,refresh){ this.getServerTime(refresh); this.nowTimeWeek = this.serverTime.getDay(); this.nowTimeHour = this.serverTime.getHours(); this.nowTimeMinute = this.serverTime.getMinutes(); this.diffTime = this.serverTime.getTime() - new Date(sTime.replace(/\-/g, "/")).getTime(); this.dayNum = parseInt(this.diffTime/(1000 * 3600 * 24)); if(this.dayNum>0){ this.$(timeEle).innerHTML = this.dayNum + "?ì?°"; }else{ this.hourNum = parseInt(this.diffTime/(1000 * 3600)); if(this.hourNum>0){ this.$(timeEle).innerHTML = this.hourNum + "???±?°"; }else{ this.minuteNum = parseInt(this.diffTime/(1000 * 60)); if(this.minuteNum>0){ this.$(timeEle).innerHTML = this.minuteNum + "·????°"; }else{ return null; } } } }, //?í?????? eventAdd : function(){ var that = this; if(that.chanelName == "sports"){ //???????? if(that.sportsType == true){ //?????????? that.$("aikanTab01").childNodes[0].style.display = "none"; if(that.$("aikanCon02")){ that.djakDl02[0].className = ""; that.$("aikanTab02").childNodes[0].style.display = "none"; } if(that.$("aikanCon03")){ that.djakDl03[0].className = ""; that.$("aikanTab03").childNodes[0].style.display = "none"; } that.dl = that.$(that.djakContent).getElementsByTagName("dl"); that.selected = that.dl[0]; that.$(that.djakContent).onmouseover = function(e){ e = e||window.event; var target = e.target || e.srcElement; if('DT' != target.nodeName){ //console.log(target.nodeName); return; } //console.log(target.nodeName); that.selected.className = ""; target.parentNode.className = "selected"; that.selected = target.parentNode; } }else{ //°??à±????? if(that.$("aikanCon01")){ that.selected01 = that.djakDl01[0]; that.$("aikanCon01").onmouseover = function(e){ e = e||window.event; var target = e.target || e.srcElement; if('DT' != target.nodeName){ //console.log(target.nodeName); return; } //console.log(target.nodeName); that.selected01.className = ""; target.parentNode.className = "selected"; that.selected01 = target.parentNode; } } if(that.$("aikanCon02")){ that.selected02 = that.djakDl02[0]; that.$("aikanCon02").onmouseover = function(e){ e = e||window.event; var target = e.target || e.srcElement; if('DT' != target.nodeName){ //console.log(target.nodeName); return; } //console.log(target.nodeName); that.selected02.className = ""; target.parentNode.className = "selected"; that.selected02 = target.parentNode; } } if(that.$("aikanCon03")){ that.selected03 = that.djakDl03[0]; that.$("aikanCon03").onmouseover = function(e){ e = e||window.event; var target = e.target || e.srcElement; if('DT' != target.nodeName){ //console.log(target.nodeName); return; } //console.log(target.nodeName); that.selected03.className = ""; target.parentNode.className = "selected"; that.selected03 = target.parentNode; } } } }else{ //·????????? var that = this; that.selected01 = that.djakDl[0]; that.$("aikanCon01").onmouseover = function(e){ e = e||window.event; var target = e.target || e.srcElement; if('DT' != target.nodeName){ //console.log(target.nodeName); return; } //console.log(target.nodeName); that.selected01.className = ""; target.parentNode.className = "selected"; that.selected01 = target.parentNode; } if(that.djakPart >= 2){ that.selected02 = this.djakDl[that.djakPartNum[0]]; that.$("aikanCon02").onmouseover = function(e){ e = e||window.event; var target = e.target || e.srcElement; if('DT' != target.nodeName){ //console.log(target.nodeName); return; } //console.log(target.nodeName); that.selected02.className = ""; target.parentNode.className = "selected"; that.selected02 = target.parentNode; } } if(this.djakPart >= 3){ this.selected03 = this.djakDl[this.djakPartNum[0]+this.djakPartNum[1]]; that.$("aikanCon03").onmouseover = function(e){ e = e||window.event; var target = e.target || e.srcElement; if('DT' != target.nodeName){ //console.log(target.nodeName); return; } //console.log(target.nodeName); that.selected03.className = ""; target.parentNode.className = "selected"; that.selected03 = target.parentNode; } } } }, //????°????????? refreshInit : function(){ this.refreshBtn = ''; //????°??? this.refreshLoading = ''; //????loading???? this.$(this.djakRefresh).innerHTML = this.refreshBtn + this.refreshLoading; }, //???????? refresh : function(options){ var that = this; this.$("dajiaikanrefresh").onclick = function(){ this.style.display = "none"; that.$("dajiaaikanloading").style.display = "block"; that.init(options,true); } }, //?????????? init : function(options,refresh){ this.chanelName = options.chanelName || "index"; // "index" ??????????; this.itemNum = options.itemNum || 15; // 15; ????????; this.djakPart = options.djakPart || 1; // 3; ·?????????·? this.djakPartNum = options.djakPartNum || [10]; //??????·??????? this.djakContent = options.djakContent; // "dajiaaikanCon"; ???????????÷id this.djakRefresh = options.djakRefresh || false; //"djakRefresh"; ????°??????????÷id??12X12 this.djakWidth = options.djakWidth || 318; // 318; ?ó??°????í?? this.djakCss = options.djakCss || false; // false; ??·?????css this.djakBoss = options.djakBoss || options.chanelName; // bosszone??±¨,陳俊光醫生??????; ???????????????? this.sportsType = options.sportsType || false; // ??????????????????; ????false this.linkType = 1; // 1?????????ó??°????????ú?·; 0?????????????


3???????????¨????×??????·????±?×??÷30g,??°????à?????????????????????????ó?????????????°???÷60g,??????????,益粒可,??·ó????,????30·???,??3????
1??????????30g,????15g,???????ó,???????÷????????,°????±?ó????,??3?????????????????·??????????×????????????¤??,±í???????????±?ì????
???????¨?è??????
5?????ü??????,????10-15·???,??3-4????????????????×???????????????????????
2????????·?10g,????9g,????100ml??????,????3?ì?ó,??????????,??6-10?????????????ú??????????腘??????????,???????¤??,????????????????

????????????°ì ????????·?·¨????????_????_?????? ????°????÷ ???ü???? ???? Qzone QQ???? ???? ???? ???ú ?í?? ???í ???? ?°?? ?????? ???? ????????????°ì ????????·?·¨???????? ±??????ú???ú?±±¨??2016-04-07 10:30 ????·??í 0

?????????°,體外溶脂?????????±??·???????
·??í??: ?????????é??????????>> ???????? ????±????????????? ?????????? ???????????????????????? [????±à????xuxu] ?ó??·??? ?ú?????? ???????? ??????????±????é?????????????????á?????????? ??????????+???????×?× ????·ò???÷???????????????? ?????ú??????????????????°ì ??·??????????????? ???????????????ó????×??×???é??°??? ?ó?? | ?ì?ì???????±?ò?ü????????±???×??????÷?{ ???????? ?ó??°??? / ?챨 ?±??×???
???????á?????ú????°?alt+4???????? ?à???????? ·???????×?á?????? ????????????????°ì 2016.04.06
·????×???????·?·¨ ???????????????ù?? 2016.04.05
·?¤?ù???? ?????????????????????????? 2016.04.01
·???????????????? 2016.03,前打竿推薦.31
·±?±?????????????°ì 2016.03.30
?à?????÷??
???????¤·?±??????????????????é?????????????????????ò?????????ù·????????ò???????????????????????ù?????à??
4???à??????·?×???°×???¤???????????????????÷60g,?????ó,???????????±???????í?ò????,??1-2??,????15-20·?????
·??í?????????ó????

???????????????????????????¤·??×???? ?????????????????é??????????±??×?????ò?????°°×?????????????????????????????ú?????·?????ò±??????·???ò???????????????????????ò?????????°?¤?í???±???ò?????÷??·??????ò??
?¨?è??·????????í?????ò???????????÷?°?????????±?¨????ID??qq-health????
??????????????±??????????÷,三重當舖???????¤????±?±??¤·????????????????ú?????????????±×÷?????????¤?????????±?????ú?????ú?????÷????????????×÷?????????·?¤???????à?????ì?? 2-5 ?????á?????ì???á,Ulthera超音波拉皮??????
6?????????????????÷6g,????3g,???????ó,?????????????????÷???ù·ó?ê??,??????1??
回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則

Archiver|手機版|小黑屋|中醫皮膚病醫療中心論壇  

香港腳, 陰莖增大藥, 糖尿病中藥, 治療灰指甲的藥, 根治灰指甲, 灰指甲治療, 未上市, 去腳皮產品推薦 治療病毒疣, 皮膚瘙癢, 股癬藥膏, 日本痛風藥, 螞蟻藥, 黑蒜, 氣墊粉餅, 日本護肝藥, 皮膚乾燥粗糙身體乳減肥, 多囊性卵巢症候群不孕症美白針, 消脂針, 音波拉皮, 肉毒桿菌, 玻尿酸, 法令紋, 瘦身, 傳感器, 荷重元, 資料擷取DAQ, 杏仁酸, 廚餘機, 壯陽藥哪裡買, 養髮液推薦治療牛皮癬根治皮膚癬養生泡腳藥包治療灰指甲推薦, 正子攝影, 腰痛治療, 香港腳治療, 香港腳藥膏, 百家樂, 票貼, 廢鐵回收, 素描, 增大膠囊, 壯陽藥, 日本MP, 陽痿治療, 瑪卡推薦, 瑪卡, 淚溝, 隆乳, 紫錐花 腸病毒 預防感冒 益生菌 紫錐花 提升免疫力 壯陽藥, 壯陽藥推薦, 最有效的壯陽藥, 美國黑金, 美國黑金官網, 治療陽痿早洩, 美國偉哥哪裡買, 增粗增大壯陽藥, 美國黃金偉哥, 壯陽藥, 男性持久藥推薦, 美白產品推薦保暖護膝, 膝蓋貼,

GMT+8, 2024-4-29 20:04 , Processed in 1.534847 second(s), 24 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回復 返回頂部 返回列表