Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下に説明するように、私が抱えている問題の性質は次のようなものです。
私はそのような文字列を持っているradiobutton1_2_3_4か、imagelist_1_34_54
radiobutton1_2_3_4
imagelist_1_34_54
私がやりたいことは、3 番目のアンダースコア (_) の後にすべてを取得することです。
id.substring(id.indexOf('_')私はこれを試みましたが、私の場合はうまくいきませんでした。
id.substring(id.indexOf('_')
よろしく