用AHK判断系统32位还是64位 2019-06-23 本文已影响0人 妹妹好想你 image.png 我们可以用上面的代码: If (A_Is64bitOS=1) MsgBox,结果为1是64位 `n(若为0则32位) 这样就马上测试出来了。