abcdefg の右側にある fg をインターセプト
方法 1
<script> <br>string="abcdefg" <br>alert(string.substring(string.length-2,string.length)) <br></script>
方法 2
<script> <p>alert("abcdefg".match(/.*(.{2})/)[1]) <br></script>
<script> </p>alert("abcdefg".match(/.{2}$/)) <p></script>
方法 3
著者別の最新記事
-
2025-02-26 03:58:14
-
2025-02-26 03:38:10
-
2025-02-26 03:17:10
-
2025-02-26 02:49:09
-
2025-02-26 01:08:13
-
2025-02-26 00:46:10
-
2025-02-25 23:42:08
-
2025-02-25 22:50:13
-
2025-02-25 21:54:11
-
2025-02-25 20:45:11
最新の問題
-
2025-03-19 09:10:13
-
2025-03-18 15:17:30
-
2025-03-18 15:16:33
-
2025-03-18 15:14:33
-
2025-03-18 15:12:30