在js裡每隔一秒呼叫 php函式來獲取系統負載時寫的程式碼如下:. <script type="text/javascript"> setInterval(function () { alert(<?php echo sys_getloadavg()[0] ?> ...
確定! 回上一頁