日期:2014-05-16 浏览次数:20489 次
<html>
    <head>
        <title>For test</title>
    </head>
    <body>
    <p id = 'test' style="display:none" >Test</p></br>
    <a href="javascript:void(0)" onclick="javascript:document.getElementById('test').style.display = ''">Display</a>
</body>
</html>