|
SOLUTIONS
|
MATHEMATICA 内置符号
StringDrop
StringDrop["string", n]
给出删除前 n 个字符的
.
StringDrop["string", -n]
给出删除后 n 个字符的
.
StringDrop["string", {n}]
给出删除第 n 个字符的
.
StringDrop["string", {m, n}]
给出删除从 m 到 n 的字符的
.
StringDrop[{s1, s2, ...}, spec]
给出每个
的结果列表.
更多信息更多信息
- StringDrop["string", {m, n, s}] 以步长 s 删除从 m 到 n 的字符.
- StringDrop 用标准的 Mathematica 序列指定.
版本 2 的新功能 | 版本 5.1 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
