Ways to clear an existing array A : Method 1. (this was my original answer to the question) A = [];. This code will set the variable A to a new empty array.
確定! 回上一頁