To replace a string in a list, loop through each item in the list and replace the value using the Python .replace() function then append ...
確定! 回上一頁