钢接触编程,希望写一些小脚本练练手,想到dota中很好玩的打/roll x 的点功能,想自己实现以下。现在不知道如何从字符串中获得这个X
光阴似箭催人老,日月如移越少年。
print "/roll 100".split( " " )[1];
The simplest string splitting...
The simplest string splitting...