最后更新:2020-01-11 20:22
简介:离字符串尾部的字符数
function f5iFEJuFoW(str, source) { if (str == null) { str = ""; } return source.lastIndexOf(str); }