■掲示板に戻る■
レスを全部読む
最新レス100
【2ch】Moz2ch開発スレッド【テレポ】
- 125 名前:12 ◆Z80FPU5k 投稿日:02/07/07 03:19
- と思ったらしょもないミスでしたw
----------------------------------
function moz2chIta(itaTree, title, url) {
this.base = moz2chTreeData;
this.base(title, url);
this.itaTree = itaTree;
// http://pc.2ch.net/software/
var a = this.url.split("/");
this.sabaID="";
for(i=2;i < a.length-3;i++){
this.sabaID += a[i]+"/";
}
this.sabaID += a[a.length-3]
// this.sabaID = a[a.length-3];
this.itaID = a[a.length-2];
}
----------------------------------
----------------------------------
function moz2chSure(ita, title, url) {
this.base = moz2chData;
this.base(title, url);
this.ita = ita;
var a = this.url.split("/");
this.sabaID="";
for(i=2;i < a.length-6;i++){
this.sabaID += a[i]+"/";
}
this.sabaID += a[a.length-6]
this.itaID = a[a.length - 3];
this.datID = a[a.length - 2] + ".dat";
}
----------------------------------
でうまくいっただす
read.cgi ver5.20 (2002/10/18)