2007年08月11日(木)
function strReplace(srcKey, newKey, srcStr) { var temp = srcStr.split(srcKey); return temp.join(newKey); }
©2001-2009 konkon All Rights Reserved.