Additionally, this method calculates what the current results range is for display to the user (ex: 21-30).
此外,该方法还要计算显示给用户的当前结果的范围(例如:21 - 30)。
This example first demonstrates the range method, which creates a new list that contains a series of integers.
本例首先演示了 range 方法,它创建一个包含一系列整数的新 list。
You convert the integers created by the call to the range method to the character using the CHR method.
使用chr方法,把range方法调用创建的整数转变成字符。
应用推荐