RT
<script type="text/javascript">
        function showTe() {
            var context = document.getElementById('context').value;         
            alert(context);
        }
    </script>
 <textarea id="context" name="context" style="width:700px;height:300px;visibility:hidden;">             
 </textarea>我想要在textarea中显示js中的数据 :(