给定一个字符串,任务是使用 AngularJS 制作给定字符串的切片。
方法 1 使用 slice() 方法:方法是使用slice() 方法,它接受 2 个参数start 和 end。在第一个示例中,仅使用了 1 个参数,而在第二个示例中,使用了 2 个参数。
示例 1:
GeeksForGeeks
How to slice a string in AngularJS
String - '{{str}}'
Result = '{{res}}'
输出:
示例 2:
GeeksForGeeks
How to slice a string in AngularJS
String - '{{str}}'
Result = '{{res}}'
输出:
方法2 使用substr() 方法:方法是使用substr() 方法。它需要 2 个参数,一个是开始,另一个是长度(可选)。在第一个示例中,仅使用了一个参数。在第二个示例中,使用了两个参数。
示例 1:
GeeksForGeeks
How to slice a string
using substr() method in AngularJS
String - '{{str}}'
Result = '{{res}}'
输出:
示例 2:
GeeksForGeeks
How to slice a string using
substr() method in AngularJS
String - '{{str}}'
Result = '{{res}}'
输出: