自己写:错误位置和词位置对得上吗
补全 where,返回每个 Token 的 行:列,输出第 1、11、14 个 Token 的位置(从 1 数起)。
let rate = 12; let msg = "hi there"; total = rate >= 3;
补全 where,返回每个 Token 的 行:列,输出第 1、11、14 个 Token 的位置(从 1 数起)。
let rate = 12; let msg = "hi there"; total = rate >= 3;
全部评论