Lib

2011/09/02

String.replaceAll()

String.prototype.replaceAll = function(oldValue, newValue) {
    return this.split(oldValue).join(newValue);
}
Bruce 於 13:33
Share
‹
›
Home
View web version

About Me

Bruce
Project history:
Simmons席夢思 (2013)
i3g-Design (2011)
地方文化館 (2011)
MAOJET TECHNOLOY CORP. 茂積股份有限公司 (2011)
iShow 我行。我秀 (2011)
我的E政府
行政院莫拉克颱風災後重建推動委員會
教學分享園地
我的科博館教室
AirLive: Wireless, Switch, IP Camera Networking
View my complete profile
Powered by Blogger.