运行如下代码:

LX_Log("orderCount:" + Text(InvalidInteger));
LX_Log("orderCount - 1:" + Text(InvalidInteger - 1));

结果是这样的:

[20200417.190549] orderCount:N/A
[20200417.190549] orderCount - 1:9223372036854775806

N/A - 1 的结果处理错误。 

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-07-20
  • 2021-05-14
  • 2021-11-01
  • 2021-06-27
  • 2021-10-23
  • 2021-10-27
猜你喜欢
  • 2021-10-28
  • 2021-12-10
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-12-18
  • 2021-06-13
相关资源
相似解决方案