标签: javascript regex
如何使用JS RegExp获取此字符串中的最后一个字符:
function getLastChar(i){ return ???; } getLastChar("Hello Word!");
我怎样才能得到“!”使用RegExp作为回报。
答案 0 :(得分:3)
{{1}}