日期:2014-05-16 浏览次数:20499 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <script> var str = "<P><img src='http://c。csdn.net/bbs/t/5/i/pic_logo。gif'></p>"; alert(/<img\s+src=[""|'']?(.*?[^:])[""|'']?.*?>/.exec(str)[0]); alert(/<img\s+src=[""|'']?(.*?[^:])[""|'']?.*?>/.exec(str)[0].replace(/。/g, '.')); </script> </body> </html>