... //replaceAll() 全部匹配,替换所有匹配到的值 //String replaceAll(Pattern from, String replace) print(str.replaceAll(new RegExp('l'), ...
確定! 回上一頁