摘要: 1 <html> 2 <head> 3 <title>js 字符串替换问题</title> 4 <meta http-equiv="content-type" content="text/html;charset=utf-8"> 5 <script> 6 function show_msg() 7 { 8 9 var ori_str = '2011-03-28';10 var rep_str = ori_str.replace('-','/&# 阅读全文
posted @ 2011-03-28 18:36 浪淘沙(Jeff.Liu) 阅读(3965) 评论(0) 推荐(0) 编辑