So, as stated in the docs, you will not get the value returned. This can help: value = "row" rvals = [] rvals.append(value) print rvals.pop(rvals.index( ...
確定! 回上一頁