求助一个正则表达式
<a target="_blank" href="http://demo.com" style="">【测试】for test 为了测试 / a 8!?</a></div>
<html><head></head><body><div id="s" style="display:none"><a target="_blank" href="http://demo.com" style="">【测试】for test 为了测试 / a 8!?</a></div></div><div id="r"></div><script> var ss = document.getElementById("s"); alert(ss.getElementsByTagName("a")[0].href); alert(ss.getElementsByTagName("a")[0].innerHTML);</script></body></html>