複製程式碼程式碼如下: <script> Array.prototype.pop=function(){ if(this.length!=0)this.length–; return this; }. pop 方法
確定! 回上一頁