<script> function ret(){ //alert("what ???"); document.write("hello"); return true; } ret(); </script>为什么return 不出来 true 查看完整描述