以下代码执行的结果显示是多少()? A.505000 B.0 C.运行时错误 D.5050 本题选B。 count = count ++;这个先将count这个值0暂存起来,然后count自加1变成1,最后将暂存的值赋值给count,count最终的值为0