如何为自定义类定义自定义运算符--例如相等运算符?
发布于 2011-03-17 05:33:15
在ActionScript中没有本机操作符重载。
你可能想看看this或this。
https://stackoverflow.com/questions/5331729
相似问题