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.
知りたかっただけです:iOS UIオートメーションJavaScriptはこのsubstringメソッドをサポートしていますか?はいの場合、同じエラー応答が返されるので、適切な例を提供してください。
substring
使用:substr()
var str="Hello world!"; var n=str.substr(2,3)
nの結果は次のようになります。
llo
できます。テスト済み。
PSそれがあなたのために働くならば、それを答えてください。