replaceAll() needs Strings as parameters. So, if you write. path=path.replaceAll('\','/');. It fails because you should have written.
確定! 回上一頁