Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
初学者 Pd 用户在这里。我有一条数字消息,我正在尝试获取当前数字和前一个数字之间的数字差异 - 有谁知道这样做的简单方法吗?
这可能是最简单的方法:
如果您需要绝对差,请在最终结果之前使用对象abs(忽略负号)。