※ 引述《princessJP (小公主)》之銘言:
: 剛剛爬文看到顯示最新回應的程式語言
: 不過貼出來會出現"最新迴響"的字眼
: 這要怎麼消除呢?因為我已經自行加了new comments的標題
: 這樣就多出中文的標題了!
: 我是貼以下的語言:
: <script>g_szBlogDomain='xxxxx.blogspot.com'; </script>
: <script src="http://js.writers.idv.tw/rc.js"></script>
: 是要哪裡做修改??
把http://js.writers.idv.tw/rc.js這個js原始檔抓下來,
刪掉前二行,如下:
var g_szHead;
if (g_szHead==undefined) g_szHead ='《最新迴響》';
檔案儲存後,上傳到自已的空間
<script src="http://js.writers.idv.tw/rc.js"></script>
將紅字部份的路徑改成你所上傳的路徑就可以了
--
http://joshnote.blogspot.com
--
: 剛剛爬文看到顯示最新回應的程式語言
: 不過貼出來會出現"最新迴響"的字眼
: 這要怎麼消除呢?因為我已經自行加了new comments的標題
: 這樣就多出中文的標題了!
: 我是貼以下的語言:
: <script>g_szBlogDomain='xxxxx.blogspot.com'; </script>
: <script src="http://js.writers.idv.tw/rc.js"></script>
: 是要哪裡做修改??
把http://js.writers.idv.tw/rc.js這個js原始檔抓下來,
刪掉前二行,如下:
var g_szHead;
if (g_szHead==undefined) g_szHead ='《最新迴響》';
檔案儲存後,上傳到自已的空間
<script src="http://js.writers.idv.tw/rc.js"></script>
將紅字部份的路徑改成你所上傳的路徑就可以了
--
http://joshnote.blogspot.com
--
All Comments