helpers
                                
                                
                                
                                    helpers copied to clipboard
                            
                            
                            
                        terminal-box高度不准确
$(function () {});里面$('#pjax-container').height()某些情况下获取不到真实高度。
例如在浏览器里面输入http://host/admin/helpers/terminal/artisan的时候打开,或刷新这个地址。
$(window).load(function () {});换成这样会好一些。