✔ 最佳答案
試下咁樣做:
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array( &n bsp; &nbs p;
"ICQ:",
"Subscriptions& quot;,
"Publish Comments",
"add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments" ,
"email it",
"view entire profile",
"sign my guestbook",
"My Blogrings",
"Posting Calendar",
"sign out",
"Name:",
"Birthday:" ;,
"Gender:",
"State:",
"Country:" ,
"Interests:&quo t;,
"Expertise:&quo t;,
"Website",
"Email:",
"subscribe!&quo t;,
"read my profile",
"Member Since:");
// *** add the replacing words or fragments below
var newWords = new Array( &n bsp; &nbs p;
"ICQ:",
"Subscriptions& quot;,
"Publish Comments",
"add eProps",
"eprop",
"eProps",
"add comments",
"comment",
"comments" ,
"email it",
"view entire profile",
"sign my guestbook",
"My Blogrings",
"Posting Calendar",
"sign out",
"Name:",
"Birthday:" ;,
"Gender:",
"State:",
"Country:" ,
"Interests:&quo t;,
"Expertise:&quo t;,
"Website",
"Email:",
"subscribe!&quo t;,
"read my profile",
"Member Since:");