Example 1: python replace space with underscore mystring.replace(" ", "_") Example 2: space to underscore python mystring.replace(" ", "_")
確定! 回上一頁