1第一次发现JavaScript中replace() 方法如果直接用str.replace(“-“,”!”) 只会替换第一个匹配的字符.
2而str.replace(/-/g,”!”)则可以替换掉全部匹配的字符(g为全局标志)。
1第一次发现JavaScript中replace() 方法如果直接用str.replace(“-“,”!”) 只会替换第一个匹配的字符.
2而str.replace(/-/g,”!”)则可以替换掉全部匹配的字符(g为全局标志)。
Posted in JavaScript/DOM/XML, 技术.
By C1G – 2006/12/06
关注互联网、网页设计、Web开发、服务器运维优化、项目管理、网站运营、网站安全…
Proudly powered by WordPress and Carrington.
No Responses (yet)
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.