以傳入的boolean function作為條件函式,iterate所有的sequence的元素並收集function(元素) 為True的元素到一個List。 請參考下面例子: >>> def fn(x): ..
確定! 回上一頁