js如何获取问号前的指定字符?比如字符串是str=“122222132a333433424”给定字符是a先找出a所在的位置var pos = str.indexOf('a')在截取a后面在字符var result = str.substring(po2023-02-19JavaScript260