如何用JS获取带“”字符串的中间值第一种方法:var test = "c:\abc\123.txt"alert( test.lastIndexOf( "\" ) )一些特殊的字符需要 用 转义字符 "" &2023-03-04JavaScript170